fix constness error
This commit is contained in:
parent
3b9c35c30a
commit
bc2b4fe202
1 changed files with 2 additions and 2 deletions
|
|
@ -290,8 +290,8 @@ static uint8_t nbkeys = 0;
|
|||
static uint8_t kcnt = 0;
|
||||
static bool toggle = true;
|
||||
|
||||
static char * textseq;
|
||||
static char * textload = "LOAD\"\"\r\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRUN\r";
|
||||
static const char * textseq;
|
||||
static const char * textload = "LOAD\"\"\r\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRUN\r";
|
||||
static char textkey[1];
|
||||
|
||||
static bool res=false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue