adjust literal width to match variable type
This commit is contained in:
parent
2f3cae0d2e
commit
07ca772932
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static unsigned char ReadProgramFile (void)
|
|||
{
|
||||
int Val;
|
||||
unsigned Addr = 0x0200;
|
||||
unsigned char SPAddr = 0x0000;
|
||||
unsigned char SPAddr = 0x00;
|
||||
|
||||
/* Open the file */
|
||||
FILE* F = fopen (ProgramFile, "rb");
|
||||
|
|
Loading…
Add table
Reference in a new issue