Skip to content

Commit

Permalink
squash kw41zrf disable LEDs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Dec 12, 2018
1 parent 96fc39c commit 4fb285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/kw41zrf/include/kw41zrf_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#endif

/* Set to 1 to use on board LEDs to show RX/TX activity */
#define ENABLE_LEDS (1)
#define ENABLE_LEDS (0)

#if ENABLE_LEDS
/* For LED macros */
Expand Down

0 comments on commit 4fb285c

Please sign in to comment.