修复若干bug&完善fatfs服务&完善app

This commit is contained in:
zhangzheng
2023-10-02 00:22:13 +08:00
parent 714f06e429
commit eea118f9b7
143 changed files with 6603 additions and 211 deletions

View File

@@ -68,7 +68,7 @@ static int log_read_data(log_t *log, uint8_t *data, int len)
if (c < 0 && i == 0)
{
int ret = irq_sender_wait(&log->kobj, thread_get_current());
int ret = irq_sender_wait(&log->kobj, thread_get_current(), 0);
if (ret < 0)
{
return ret;