From d8f764205897c9637bcf6260e537525dab8a9147 Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Sat, 9 Sep 2023 13:25:00 -0400 Subject: [PATCH] Fix comment --- Firmware/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index dec35e903..4b52f2049 100644 --- a/Firmware/Configuration.h +++ b/Firmware/Configuration.h @@ -23,7 +23,7 @@ extern const char _sPrinterMmuName[] PROGMEM; #define FW_REVISION 0 #warning "** Not sure why I had to touch this, but it seems like v3.13.1 is not in the linear history of this branch yet?" #define FW_COMMITNR 6853 -#define FW_FLAVOR RC //uncomment if DEBUG, DEVEL, ALPHA, BETA or RC +#define FW_FLAVOR RC //uncomment if DEV, ALPHA, BETA or RC #define FW_FLAVERSION 1 //uncomment if FW_FLAVOR is defined and versioning is needed. Limited to max 8. #endif