Skip to content

Commit

Permalink
makefile: Sort features
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 21, 2024
1 parent 6267c88 commit 1b541d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ USEMODULE += vfs
USEMODULE += prng_sha256prng
USEMODULE += tiny_strerror
FEATURES_REQUIRED += periph_adc
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_i2c
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio

USEPKG += nimble

Expand Down

0 comments on commit 1b541d0

Please sign in to comment.