mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
MDC RX
This commit is contained in:
parent
b31ecd8d6d
commit
dda4e314c5
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,6 @@ BOOT_Mode_t BOOT_GetMode(void)
|
||||||
|
|
||||||
void BOOT_ProcessMode(/*BOOT_Mode_t Mode*/)
|
void BOOT_ProcessMode(/*BOOT_Mode_t Mode*/)
|
||||||
{
|
{
|
||||||
GUI_SelectNextDisplay(DISPLAY_MAIN);
|
|
||||||
return;
|
return;
|
||||||
//
|
//
|
||||||
// if (Mode == BOOT_MODE_F_LOCK)
|
// if (Mode == BOOT_MODE_F_LOCK)
|
||||||
|
|
3
main.c
3
main.c
|
@ -167,7 +167,8 @@ void Main(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
BOOT_ProcessMode();
|
// BOOT_ProcessMode();
|
||||||
|
GUI_SelectNextDisplay(DISPLAY_MAIN);
|
||||||
|
|
||||||
GPIO_ClearBit(&GPIOA->DATA, GPIOA_PIN_VOICE_0);
|
GPIO_ClearBit(&GPIOA->DATA, GPIOA_PIN_VOICE_0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue