Skip to content

Commit 2104708

Browse files
committed
missed a trailing space
1 parent f29cd4a commit 2104708

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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-
51+
5252
RUN_BACKGROUND_TASKS;
5353
}
5454

0 commit comments

Comments
 (0)