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:
parent
ebff37ae3f
commit
21e414f4b3
2 changed files with 3 additions and 3 deletions
|
@ -417,7 +417,7 @@ TABS.sensors.initialize = function (callback) {
|
|||
};
|
||||
|
||||
TABS.sensors.cleanup = function (callback) {
|
||||
serial.empty_output_buffer();
|
||||
serial.emptyOutputBuffer();
|
||||
|
||||
if (callback) callback();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue