mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Temp control working
Fix pid error Remove pointless static keywords
This commit is contained in:
@@ -720,7 +720,7 @@ void Print_Integer(s32 data, u8 posi) {
|
||||
char str[8];
|
||||
|
||||
Clear_Screen();
|
||||
sprintf(str, "%d", data);
|
||||
sprintf(str, "%ld", data);
|
||||
Display_Str(posi, str);
|
||||
}
|
||||
/*******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user