Skip to content

Commit 6a6f22b

Browse files
committed
pre-commit
1 parent fb1e010 commit 6a6f22b

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
88

99
INTERNAL_FLASH_FILESYSTEM = 1
10-

ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
88

99
INTERNAL_FLASH_FILESYSTEM = 1
10-

ports/raspberrypi/common-hal/rp2pio/StateMachine.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,4 +583,3 @@ bool common_hal_rp2pio_statemachine_write(rp2pio_statemachine_obj_t *self,
583583
}
584584
return _transfer(self, data, len, NULL, 0);
585585
}
586-

ports/raspberrypi/link.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,3 @@ SECTIONS
248248
ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed")
249249
/* todo assert on extra code */
250250
}
251-

0 commit comments

Comments
 (0)