fix emulator lcd/calculator thread startup race
This commit is contained in:
@ -172,7 +172,10 @@ int main()
|
||||
ExpBuf[0] = 0;
|
||||
ExpBuf[1] = 0;
|
||||
|
||||
LCD_OutString("STC RPN Calculator v1.00", 32);
|
||||
LCD_OutString("STC RPN Calculator v1.01", 32);
|
||||
#ifdef DESKTOP
|
||||
LcdAvailable.release();
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_UPTIME
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user