Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers platform_memory.h Source File

platform_memory.h

00001 #ifndef _PLATFORM_MEMORY_H
00002 #define _PLATFORM_MEMORY_H
00003 
00004 #include "MemoryPool.h"
00005 
00006 #define AHB0 (*_AHB0)
00007 #define AHB1 (*_AHB1)
00008 
00009 extern MemoryPool* _AHB0;
00010 extern MemoryPool* _AHB1;
00011 
00012 #endif /* _PLATFORM_MEMORY_H */