8000 port/nrf: Rename rtc module to conform with nrf build. · RetiredWizard/micropython@8549bf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8549bf9

Browse files
committed
port/nrf: Rename rtc module to conform with nrf build.
Signed-off-by: RetiredWizard <github@retiredwizard.com>
1 parent d21a36a commit 8549bf9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ports/nrf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ SRC_C += \
281281
gccollect.c \
282282
pin_named_pins.c \
283283
fatfs_port.c \
284-
machine_rtc.c \
285284
drivers/flash.c \
286285
drivers/rng.c \
287286
drivers/softpwm.c \
@@ -326,6 +325,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
326325
machine/pin.c \
327326
machine/timer.c \
328327
machine/rtcounter.c \
328+
machine/rtc.c \
329329
machine/pwm.c \
330330
machine/temp.c \
331331
uos/moduos.c \
File renamed without changes.

0 commit comments

Comments
 (0)
0