From 4c5842915d28cdd56d8ca0e25d86a83636130863 Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Sat, 14 Dec 2019 14:00:29 +0100 Subject: [PATCH] I prefer that we keep the DEFAULT behavior Take TRASPOTTER as a firmware variant --- Inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/config.h b/Inc/config.h index 58e320c..6b23307 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -2,7 +2,7 @@ #include "stm32f1xx_hal.h" // ############################### DEFINE FIRMWARE VARIANT ############################### -#define TRANSPOTTER // Uncomment this line for TRANSPORTER configuration +// #define TRANSPOTTER // Uncomment this line for TRANSPORTER configuration // ############################### DO-NOT-TOUCH SETTINGS ###############################