adjust literal width to match variable type
This commit is contained in:
committed by
Oliver Schmidt
parent
2f3cae0d2e
commit
07ca772932
@@ -137,7 +137,7 @@ static unsigned char ReadProgramFile (void)
|
|||||||
{
|
{
|
||||||
int Val;
|
int Val;
|
||||||
unsigned Addr = 0x0200;
|
unsigned Addr = 0x0200;
|
||||||
unsigned char SPAddr = 0x0000;
|
unsigned char SPAddr = 0x00;
|
||||||
|
|
||||||
/* Open the file */
|
/* Open the file */
|
||||||
FILE* F = fopen (ProgramFile, "rb");
|
FILE* F = fopen (ProgramFile, "rb");
|
||||||
|
|||||||
Reference in New Issue
Block a user