adjust literal width to match variable type

This commit is contained in:
bbbradsmith 2019-05-28 15:38:27 -04:00 committed by Oliver Schmidt
parent 2f3cae0d2e
commit 07ca772932

View file

@ -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");