1
0
Fork 0
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:
Larry (TBS) 2016-01-12 13:30:55 +08:00
parent 56098a63ca
commit 6f3d576802
6 changed files with 51 additions and 23 deletions

View file

@ -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);