Skip to content

Commit 44144ac

Browse files
committed
cleanup comments
1 parent f42ac6f commit 44144ac

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

ports/nordic/boards/teenage_engineering_sp1/mpconfigboard.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ CIRCUITPY_SYNTHIO = 1
5959
CIRCUITPY_AUDIOEFFECTS = 1
6060
CIRCUITPY_AUDIOMP3 = 1
6161

62-
# The eMMC driver, its `sp1emmc` module, and the hold-to-power-off gesture are
63-
# all SP-1 hardware, boards/$(BOARD) is already on the include path, so their
64-
# "sp1emmc/..." and "bindings/sp1emmc/..." includes resolve as written.
65-
6662
# Hold-to-power-off, opted into by BOARD_POWER_OFF_BUTTON_PIN in
6763
# mpconfigboard.h.
6864
SRC_C += boards/$(BOARD)/power_off.c

ports/nordic/boards/teenage_engineering_sp1/wdt.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
// can do is reload it.
1616
//
1717
// The board opts in with CIRCUITPY_BOOTLOADER_ARMED_WDT in its
18-
// mpconfigboard.h. That flag, and the safe-mode policy derived from it,
19-
// default to off for every other board in the port's mpconfigport.h, which is
20-
// what keeps the generic feed sites (supervisor/port.c,
21-
// peripherals/nrf/nvm.c) compiling without this header.
18+
// mpconfigboard.h.
2219

2320
// mpconfigboard.h arrives via mpconfigport.h. Included here rather than left to
2421
// the caller so that the feed can never be silently compiled out by an include

0 commit comments

Comments
 (0)