Fix #10: Moved static and global variablöes that are 0 initialized to CCMRAM in order to make room and increase performance.
This commit is contained in:
@@ -38,4 +38,6 @@
|
||||
|
||||
#define is_power_of_two(num) ((num) && !((num) & ((num) - 1)))
|
||||
|
||||
#define IN_SECTION(sec) __attribute__((section(#sec)))
|
||||
|
||||
#endif /* __HELPER_MACROS_H__ */
|
||||
|
Reference in New Issue
Block a user