Skip to content

Commit

Permalink
cpu/atxmega: set HAS_FLASH_UTILS_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 17, 2024
1 parent 2bf4c71 commit 46259fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/atxmega/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ extern "C" {
*/
#define IRQ_API_INLINED (1)

#ifndef DOXYGEN
#define HAS_FLASH_UTILS_ARCH 1
#endif

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 46259fb

Please sign in to comment.