1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #8765 from aabadie/pr/boards/b-l072Z-lrwan1-rtc_feature

boards/b-l072z-lrwan1: add missing rtc in features provided list
This commit is contained in:
Vincent Dupont 2018-03-12 18:22:52 +01:00 committed by GitHub
commit 51febf097e
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_gpio
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart