1
0
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:
Kaspar Schleiser 2020-11-03 22:06:44 +01:00
parent 61d9f34748
commit b54afa1449

View File

@ -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