Skip to content

Commit 6b25ccf

Browse files
committed
remove stray space
1 parent 49c64d5 commit 6b25ccf

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/common-hal/neopixel_write

1 file changed

+1
-1
lines changed

ports/atmel-samd/common-hal/neopixel_write/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static void neopixel_send_buffer_core(volatile uint32_t *clraddr, uint32_t pinMa
100100
" movs r6, #1; d3: sub r6, #1; bne d3;" // 60 ns (end TOL or entire T1L)
101101
// other instructions add more delay
102102
#endif
103-
#ifdef SAM_D5X_E5X
103+
#ifdef SAM_D5X_E5X
104104
" movs r6, #18; d3: subs r6, #1; bne d3;" // extra for 936 ns total (byte end T0L or entire T1L)
105105
#endif
106106
" cmp r2, r3;"

0 commit comments

Comments
 (0)