diff Discovery/Src/tComm.c @ 873:e373e90a48db Evo_2_23

merge new screen stuff
author heinrichsweikamp
date Wed, 14 Aug 2024 16:44:46 +0200
parents 5e027b0f7475
children fe955104901c
line wrap: on
line diff
--- a/Discovery/Src/tComm.c	Wed Aug 14 14:41:04 2024 +0200
+++ b/Discovery/Src/tComm.c	Wed Aug 14 16:44:46 2024 +0200
@@ -2148,10 +2148,13 @@
     }
 }
 
+#ifdef BOOTLOADER_STANDALONE
 void tComm_StartBlueModBaseInit()
 {
 	BmTmpConfig = BM_INIT_TRIGGER_ON;
 }
+#endif
+
 void tComm_StartBlueModConfig()
 {
 	uint8_t answer = HAL_OK;