Skip to content

Commit 1b042e9

Browse files
committed
Initial LED feedback
1 parent 5732785 commit 1b042e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

envie/target_init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ volatile uint8_t ledKeepValue = 0;
3030
volatile uint8_t ledTargetValue = 20;
3131
volatile int8_t ledDirection = 1;
3232
volatile int divisor = 0;
33+
int envie_swap_index = -1;
3334

3435
DigitalOut led(PK_6);
3536

0 commit comments

Comments
 (0)