clean shit

This commit is contained in:
yelvlab 2025-04-03 01:17:33 +08:00
parent 61ddbcf2cd
commit 7a91986b9b

View File

@ -38,17 +38,9 @@ int main(void) {
/* Initialize watchdog */
watchdog_init();
// usart_rs485_driver_enable()
// gpio_bit_set(RS485_GPIO_PORT, RS485_EN_PIN);
delay_ms(5);
printf("RS485 EN PIN RESET\n");
// gpio_bit_set(RS485_GPIO_PORT, RS485_EN_PIN);
while (1) {
delay_ms(99);
fwdgt_counter_reload();
printf("Hello World!\n");
}
}