mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2026-07-07 12:55:38 +00:00
修复IAR IDE 编译不过的问题
This commit is contained in:
parent
72d9d3bf87
commit
4384599e5b
2 changed files with 3 additions and 1 deletions
|
|
@ -297,6 +297,7 @@ UartLogCmdExecuteRam(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_KERNEL
|
||||
|
||||
VOID
|
||||
RtlConsolTaskRam(
|
||||
|
|
@ -361,6 +362,7 @@ RtlConsolTaskRam(
|
|||
}
|
||||
}while(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Set UartLog Baud Rate use baudrate val.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue