1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

fix method name mismatch in serial layer

This commit is contained in:
cTn 2014-12-05 10:23:53 +01:00
parent ebff37ae3f
commit 21e414f4b3
2 changed files with 3 additions and 3 deletions

View file

@ -417,7 +417,7 @@ TABS.sensors.initialize = function (callback) {
};
TABS.sensors.cleanup = function (callback) {
serial.empty_output_buffer();
serial.emptyOutputBuffer();
if (callback) callback();
};