Skip to content

Commit 6ebb911

Browse files
committed
pre-commit formatting fix
1 parent 09ccf29 commit 6ebb911

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ void common_hal_neopixel_write(const digitalio_digitalinout_obj_t *digitalinout,
9696
// Wait for the clock to start up.
9797
COMPLETE_MEMORY_READS;
9898
icnt = 0;
99-
while ((CM_PWM->CS_b.BUSY == 0) && (icnt++ < 1000)) {}
99+
while ((CM_PWM->CS_b.BUSY == 0) && (icnt++ < 1000)) {
100+
}
100101
}
101102

102103
PWM0_Type *pwm = PWM0;

0 commit comments

Comments
 (0)