Skip to content

Commit 359a27e

Browse files
committed
Pre-commit is stubborn
1 parent 2104708 commit 359a27e

File tree

1 file changed

+0
-1
lines changed
  • ports/broadcom/common-hal/neopixel_write

1 file changed

+0
-1
lines changed

ports/broadcom/common-hal/neopixel_write/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ void common_hal_neopixel_write(const digitalio_digitalinout_obj_t *digitalinout,
4848
int icnt;
4949
while ((port_get_raw_ticks(NULL) < next_start_raw_ticks) &
5050
(next_start_raw_ticks - port_get_raw_ticks(NULL) < 100)) {
51-
5251
RUN_BACKGROUND_TASKS;
5352
}
5453

0 commit comments

Comments
 (0)