Skip to content

Commit

Permalink
boards: cc2538dk: split FEATURES_PROVIDED over multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-VdE authored and OlegHahm committed Mar 31, 2015
1 parent 5d0bc3b commit 121ef56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion boards/cc2538dk/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_cpuid
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_random
FEATURES_PROVIDED += periph_cpuid
FEATURES_MCU_GROUP = cortex_m3_1

0 comments on commit 121ef56

Please sign in to comment.