Fix IROM macro
This commit is contained in:
parent
2c46be9825
commit
a476fb007e
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
Important to note: IROM flash can only be accessed via 32-bit word
|
Important to note: IROM flash can only be accessed via 32-bit word
|
||||||
aligned reads. It's up to the user of this attribute to ensure this.
|
aligned reads. It's up to the user of this attribute to ensure this.
|
||||||
*/
|
*/
|
||||||
#define IROM __attribute__((section(".irom0"))) const
|
#define IROM __attribute__((section(".irom0.literal"))) const
|
||||||
|
|
||||||
#define INLINED inline static __attribute__((always_inline)) __attribute__((unused))
|
#define INLINED inline static __attribute__((always_inline)) __attribute__((unused))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue