Minor code improvements

This commit is contained in:
Oleg Kalachev
2025-01-10 08:59:09 +03:00
parent 698cc3d9b8
commit 568f9dd5b1
3 changed files with 8 additions and 8 deletions

View File

@@ -51,6 +51,6 @@ void calibrateRC() {
}
void printRCCal() {
printArray(channelNeutral, RC_CHANNELS);
printArray(channelMax, RC_CHANNELS);
printArray(channelNeutral);
printArray(channelMax);
}