mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix typos and outdated information.
This commit is contained in:
@@ -122,7 +122,7 @@ ISR(TIMER1_COMPA_vect, ISR_BLOCK)
|
||||
char LineBuffer[100];
|
||||
uint16_t BytesWritten;
|
||||
|
||||
BytesWritten = sprintf(LineBuffer, "%02d/%02d/20%04d, %02d:%02d:%02d, %d Degrees\r\n",
|
||||
BytesWritten = sprintf(LineBuffer, "%02d/%02d/20%02d, %02d:%02d:%02d, %d Degrees\r\n",
|
||||
Day, Month, Year, Hour, Minute, Second, Temperature_GetTemperature());
|
||||
|
||||
f_write(&TempLogFile, LineBuffer, BytesWritten, &BytesWritten);
|
||||
|
||||
Reference in New Issue
Block a user