give function the right name

This commit is contained in:
Dave Murphy 2014-12-25 10:59:22 +00:00
parent b5cd5e10c8
commit f6ec685086

View File

@ -8,7 +8,7 @@ u32 __heapBase;
extern u32 __heap_size, __linear_heap_size; extern u32 __heap_size, __linear_heap_size;
void __attribute__((weak)) __allocateHeaps() { void __attribute__((weak)) __system_allocateHeaps() {
u32 tmp=0; u32 tmp=0;
// Allocate the application heap // Allocate the application heap