iBUS on AUX Serial is working

- implemented iBUS
- updated the Tabs to spaces
This commit is contained in:
EmanuelFeru
2020-12-06 15:21:39 +01:00
parent 6420960287
commit 570e11574e
16 changed files with 2566 additions and 1693 deletions

View File

@@ -24,12 +24,12 @@
#include "config.h"
/* Interrupt function declarations */
void I2C0_EventIRQ_Handler(void); // handle I2C0 event interrupt request
void I2C0_ErrorIRQ_Handler(void); // handle I2C0 error interrupt request
void I2C0_EventIRQ_Handler(void); // handle I2C0 event interrupt request
void I2C0_ErrorIRQ_Handler(void); // handle I2C0 error interrupt request
#ifdef AUX45_USE_I2C
void I2C1_EventIRQ_Handler(void); // handle I2C1 event interrupt request
void I2C1_ErrorIRQ_Handler(void); // handle I2C1 error interrupt request
void I2C1_EventIRQ_Handler(void); // handle I2C1 event interrupt request
void I2C1_ErrorIRQ_Handler(void); // handle I2C1 error interrupt request
#endif