fix cortex-m3-emulator start shell failure and fix compile error when using gcc -with-newlib param

This commit is contained in:
Liu_Weichao
2023-05-22 20:21:50 +08:00
parent 65220e5aa7
commit 089f9c8975
3 changed files with 4 additions and 235 deletions
@@ -154,7 +154,7 @@ static inline int SerialDevIntRead(struct SerialHardwareDevice *serial_dev, stru
CriticalAreaUnLock(lock);
MdelayKTask(20);
//MdelayKTask(20);
*read_data = get_char;
read_data++;