Skip to content

Commit

Permalink
cpu/atxmega: Drop unnecessary test config
Browse files Browse the repository at this point in the history
Co-authored-by: MrKevinWeiss <[email protected]>
Signed-off-by: Gerson Fernando Budke <[email protected]>
  • Loading branch information
nandojve and MrKevinWeiss committed Nov 29, 2023
1 parent d4530e9 commit 3ac9e19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpu/atxmega/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_nvm
FEATURES_PROVIDED += periph_timer periph_timer_periodic

# Add atxmega configurations. This configuration enables modules that are only available when
# using Kconfig module modelling
ifeq (1, $(TEST_KCONFIG))
KCONFIG_CPU_CONFIG += $(RIOTCPU)/atxmega/atxmega.config
endif

0 comments on commit 3ac9e19

Please sign in to comment.