1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Log file moved to RAM and aligned for proper DMA access. Log functions renamed.

This commit is contained in:
Damjan Adamic 2016-09-11 14:25:01 +02:00
parent 6ddb9e414f
commit e229c8f8e7
13 changed files with 31 additions and 23 deletions

View file

@ -391,7 +391,7 @@ void perMain()
#endif
checkSpeakerVolume();
checkEeprom();
writeLogs();
logsWrite();
handleUsbConnection();
checkTrainerSettings();
periodicTick();