mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
- Fix and add BST task into scheduler, with fixed PID reading 0s problem.
This commit is contained in:
parent
56098a63ca
commit
6f3d576802
6 changed files with 51 additions and 23 deletions
|
@ -19,7 +19,9 @@
|
|||
|
||||
#include "drivers/bus_bst.h"
|
||||
|
||||
void taskBstProcess(void);
|
||||
void taskBstReadWrite(void);
|
||||
void taskBstMasterProcess(void);
|
||||
void taskBstCheckCommand(void);
|
||||
|
||||
//void writeGpsPositionPrameToBST(void);
|
||||
//void writeGPSTimeFrameToBST(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue