mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Cleanup various compiler warnings that were appearing since the
additional compiler flags were added.
This commit is contained in:
parent
2d6a61c8c7
commit
9a9ff9b1ad
25 changed files with 102 additions and 37 deletions
|
@ -22,8 +22,8 @@ typedef enum {
|
|||
INPUT_FILTERING_ENABLED
|
||||
} inputFilteringMode_e;
|
||||
|
||||
void ppmInConfig(uint8_t timerIndex);
|
||||
void pwmInConfig(uint8_t timerIndex, uint8_t channel);
|
||||
void ppmInConfig(const timerHardware_t *timerHardwarePtr);
|
||||
void pwmInConfig(const timerHardware_t *timerHardwarePtr, uint8_t channel);
|
||||
|
||||
uint16_t pwmRead(uint8_t channel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue