Skip to content

Commit

Permalink
boards/arduino-atmega: don't provide arduino for jiminy-mega256rfr2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Apr 20, 2018
1 parent 594ead0 commit 7f62fd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/common/arduino-atmega/Makefile.features
Expand Up @@ -7,7 +7,9 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart

# Various other features (if any)
FEATURES_PROVIDED += arduino
ifeq (,$(filter jiminy-mega256rfr2,$(BOARD)))
FEATURES_PROVIDED += arduino
endif

# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = avr8

0 comments on commit 7f62fd8

Please sign in to comment.