Skip to content

Commit

Permalink
Merge pull request #208 from rlcamp/do_not_leave_dotstar_on
Browse files Browse the repository at this point in the history
do not leave dotstar on after exiting bootloader
  • Loading branch information
tannewt authored Oct 2, 2023
2 parents 979cad0 + fe875c4 commit a179d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/uf2.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
#define COLOR_START 0x000040
#define COLOR_USB 0x004000
#define COLOR_UART 0x404000
#define COLOR_LEAVE 0x400040
#define COLOR_LEAVE 0x000000
#endif

/*
Expand Down

0 comments on commit a179d8e

Please sign in to comment.