diff options
Diffstat (limited to 'libalee/config.hpp')
-rw-r--r-- | libalee/config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libalee/config.hpp b/libalee/config.hpp new file mode 100644 index 0000000..20d0950 --- /dev/null +++ b/libalee/config.hpp @@ -0,0 +1,5 @@ +#ifndef ALEE_MSP430_HOST +#define LIBALEE_SECTION +#else +#define LIBALEE_SECTION __attribute__((section(".libalee"))) +#endif |