1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

cpu/atxmega: set HAS_FLASH_UTILS_ARCH

This commit is contained in:
Benjamin Valentin 2024-12-17 13:59:37 +01:00
parent 2bf4c715d8
commit 46259fb27e

View File

@ -64,6 +64,10 @@ extern "C" {
*/
#define IRQ_API_INLINED (1)
#ifndef DOXYGEN
#define HAS_FLASH_UTILS_ARCH 1
#endif
#ifdef __cplusplus
}
#endif