Fixed syntax bug.
This commit is contained in:
@@ -869,7 +869,7 @@ void clearSPCRAM()
|
||||
void clearmem2()
|
||||
{
|
||||
memset(sram, 0xFF, 16384);
|
||||
clearSPCRAM;
|
||||
clearSPCRAM();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user