Skip to content

Commit 886545b

Browse files
committed
Adapt the example.
1 parent 5615899 commit 886545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/threepixeldemo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define SET_BIT_LO(V, B) (V) &= (uint8_t)~BIT(B)
2424

2525
// Define the output function.
26-
DEFINE_WS2811_FN(WS2811RGB, PORT, PIN)
26+
DEFINE_WS2811_OUT_1_FN(WS2811RGB, PORT, PIN)
2727

2828
// Drive the three pixels in an infinite loop.
2929
void threepixeldemo(void)

0 commit comments

Comments
 (0)