move VER_STR into flash
This commit is contained in:
@ -139,7 +139,7 @@ static void latch_on(void)
|
||||
|
||||
__xdata char EntryBuf[MAX_CHARS_PER_LINE + 1];
|
||||
__xdata uint8_t ExpBuf[2];
|
||||
__xdata const char VER_STR[32+1] = "STC RPN Calculator v1.09";
|
||||
__code const char VER_STR[32+1] = "STC RPN Calculator v1.09";
|
||||
|
||||
|
||||
enum {
|
||||
@ -230,7 +230,7 @@ int main()
|
||||
ExpBuf[0] = 0;
|
||||
ExpBuf[1] = 0;
|
||||
|
||||
LCD_OutString_Initial(VER_STR, 32);
|
||||
LCD_OutString_Initial(VER_STR);
|
||||
#ifdef DESKTOP
|
||||
LcdAvailable.release();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user