更新app

This commit is contained in:
zhangzheng
2023-10-02 22:15:06 +08:00
parent 1d18019da8
commit 205b194c51
15 changed files with 1103 additions and 824 deletions

View File

@@ -43,7 +43,7 @@ void irq_test(void)
while (1)
{
static int i = 0;
uirq_wait(obj);
uirq_wait(obj, 0);
ulog_write_str(LOG_PROT, ".");
uirq_ack(obj, TIM2_IRQn);
if ((i++ % 20) == 0)