Fork of Smoothie to port to mbed non-LPC targets.
Fork of Smoothie by
libs/platform_memory.h
- Committer:
- Bigcheese
- Date:
- 2014-03-02
- Revision:
- 3:f151d08d335c
- Parent:
- 2:1df0b61d3b5a
File content as of revision 3:f151d08d335c:
#ifndef _PLATFORM_MEMORY_H #define _PLATFORM_MEMORY_H #include "MemoryPool.h" #define AHB0 (*_AHB0) #define AHB1 (*_AHB1) extern MemoryPool* _AHB0; extern MemoryPool* _AHB1; #endif /* _PLATFORM_MEMORY_H */