Skip to content

Commit a425e0b

Browse files
committed
Avoid multi-line comments
1 parent fb52db4 commit a425e0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TwinkleFOX.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ CRGBPalette16 twinkleFoxPalette;
9393
// symmetrical up-and-down triangle sawtooth waveform, except that this
9494
// function produces a triangle wave with a faster attack and a slower decay:
9595
//
96-
// / \
97-
// / \
98-
// / \
99-
// / \
96+
// / \
97+
// / \
98+
// / \
99+
// / \
100100
//
101101

102102
uint8_t attackDecayWave8( uint8_t i)

0 commit comments

Comments
 (0)