Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
LED_BUILTIN
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Feb 14, 2023
1 parent d62c1b6 commit 75e9495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioKitHAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ typedef uint32_t eps32_i2s_audio_sample_rate_type;
#endif

// Define LED_BUILTIN
#undef LED_BUILTIN
#if defined(GREEN_LED_GPIO)
# undef LED_BUILTIN
# define LED_BUILTIN GREEN_LED_GPIO
#endif

Expand Down

0 comments on commit 75e9495

Please sign in to comment.