comparison 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
comparison
equal deleted inserted replaced
872:5e027b0f7475 873:e373e90a48db
2146 }while(answer == HAL_OK); 2146 }while(answer == HAL_OK);
2147 } 2147 }
2148 } 2148 }
2149 } 2149 }
2150 2150
2151 #ifdef BOOTLOADER_STANDALONE
2151 void tComm_StartBlueModBaseInit() 2152 void tComm_StartBlueModBaseInit()
2152 { 2153 {
2153 BmTmpConfig = BM_INIT_TRIGGER_ON; 2154 BmTmpConfig = BM_INIT_TRIGGER_ON;
2154 } 2155 }
2156 #endif
2157
2155 void tComm_StartBlueModConfig() 2158 void tComm_StartBlueModConfig()
2156 { 2159 {
2157 uint8_t answer = HAL_OK; 2160 uint8_t answer = HAL_OK;
2158 uint8_t RxBuffer[UART_CMD_BUF_SIZE]; 2161 uint8_t RxBuffer[UART_CMD_BUF_SIZE];
2159 uint8_t index = 0; 2162 uint8_t index = 0;