更改 LED 闪烁函数避免闪烁频率过高无法观察

This commit is contained in:
lxbpxylps@126.com 2021-10-11 22:57:40 +08:00
parent bc0a2d2034
commit 99270c7da5

View File

@ -44,6 +44,6 @@ int main(void)
*/
void Echo(uint8_t byte)
{
LED1_Toggle;
LED1_Slow_Toggle;
UART_SendChar(COM1, byte);
}