From fe875c4a485fe15d747d1eff1668afd68f3b9074 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Mon, 2 Oct 2023 07:33:48 -0700 Subject: [PATCH] do not leave dotstar on after exiting bootloader --- inc/uf2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/uf2.h b/inc/uf2.h index 6d13c786..d11fa3c5 100644 --- a/inc/uf2.h +++ b/inc/uf2.h @@ -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 /*