Skip to content

Commit 74918ae

Browse files
drivers/max31343: fix: whitespace and features.yaml
1 parent f60aee5 commit 74918ae

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/max31343/Makefile.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
USEMODULE_INCLUDES_max31343 := $(LAST_MAKEFILEDIR)/include
22
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_max31343)
3-

features.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,6 @@ groups:
752752
time broken down into year, month, day, hour, minute, second.
753753
- name: periph_rtc_ms
754754
help: The RTC peripheral can provide sub-second timestamps.
755-
- name: periph_rtc_external
756-
help: The RTC peripheral is provided by an external device driver, not by the MCU hardware.
757755
- name: periph_rtt
758756
help: An Real Time Timer (RTT) (a.k.a. Real Time Counter) peripheral is
759757
present. This timer is similar to `periph_timer`, except for using

makefiles/features_existing.inc.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ FEATURES_EXISTING := \
220220
periph_pwm \
221221
periph_qdec \
222222
periph_rtc \
223-
periph_rtc_external \
224223
periph_rtc_mem \
225224
periph_rtc_ms \
226225
periph_rtt \

0 commit comments

Comments
 (0)