Merge branch 'feature/e-endstop' into merge-abc-with-homing
[clinton/Smoothieware.git] / src / libs / platform_memory.h
CommitLineData
3077abb6
MM
1#ifndef _PLATFORM_MEMORY_H
2#define _PLATFORM_MEMORY_H
3
4#include "MemoryPool.h"
5
6#define AHB0 (*_AHB0)
7#define AHB1 (*_AHB1)
8
9extern MemoryPool* _AHB0;
10extern MemoryPool* _AHB1;
11
12#endif /* _PLATFORM_MEMORY_H */