mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
- BST change to i2c interrupt
- Add to receive heartbeat from CorePro otherwise, will soft reset the i2c.
This commit is contained in:
parent
391dad4a7b
commit
4d481e9c1f
8 changed files with 252 additions and 277 deletions
|
@ -725,7 +725,6 @@ int main(void) {
|
|||
setTaskEnabled(TASK_TRANSPONDER, feature(FEATURE_TRANSPONDER));
|
||||
#endif
|
||||
#ifdef USE_BST
|
||||
setTaskEnabled(TASK_BST_READ_WRITE, true);
|
||||
setTaskEnabled(TASK_BST_MASTER_PROCESS, true);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue