Merge pull request #9723 from aabadie/pr/boards/nucleo-f070-i2c

boards/nucleo-f070: add missing periph_i2c feature
This commit is contained in:
Alexandre Abadie 2018-08-07 12:45:48 +02:00 committed by GitHub
commit ebf7c10944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer