mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
写频
This commit is contained in:
parent
609fae5b7e
commit
73b6153249
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ bool UART_IsCommandAvailable(void)
|
||||||
|
|
||||||
void UART_HandleCommand(void)
|
void UART_HandleCommand(void)
|
||||||
{
|
{
|
||||||
UART_Send((uint8_t *)&UART_Command.Header.ID,2);
|
// UART_Send((uint8_t *)&UART_Command.Header.ID,2);
|
||||||
switch (UART_Command.Header.ID)
|
switch (UART_Command.Header.ID)
|
||||||
{
|
{
|
||||||
case 0x0514:
|
case 0x0514:
|
||||||
|
|
Loading…
Reference in a new issue