mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
xfa: remove duplicate "const" from _XFA_CONST
This commit is contained in:
parent
61d9f34748
commit
b54afa1449
@ -44,7 +44,7 @@ _Pragma("GCC diagnostic ignored \"-Warray-bounds\"")
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
#define _XFA_CONST(name, prio) __attribute__((used, section(".roxfa." #name "." #prio))) const
|
||||
#define _XFA_CONST(name, prio) __attribute__((used, section(".roxfa." #name "." #prio)))
|
||||
|
||||
/**
|
||||
* @brief Define a read-only cross-file array
|
||||
|
Loading…
Reference in New Issue
Block a user