- removed inline qualifier from MemoryAllocator_getAlignedSize

pull/63/head
Michael Zillgith 7 years ago
parent da17f8210a
commit 731608e5b0

@ -33,7 +33,7 @@ MemoryAllocator_init(MemoryAllocator* self, char* memoryBlock, int size)
self->size = size;
}
int inline
int
MemoryAllocator_getAlignedSize(int size)
{
#if (CONFIG_IEC61850_FORCE_MEMORY_ALIGNMENT == 1)

Loading…
Cancel
Save