mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Remove unneded things
This commit is contained in:
parent
92dbd68d9c
commit
e55786e1bb
1 changed files with 3 additions and 2 deletions
|
@ -130,7 +130,7 @@ void spektrumBind(rxConfig_t *rxConfig);
|
|||
const sonarHardware_t *sonarGetHardwareConfiguration(batteryConfig_t *batteryConfig);
|
||||
void sonarInit(const sonarHardware_t *sonarHardware);
|
||||
void transponderInit(uint8_t* transponderCode);
|
||||
void usbCableDetectInit(void);
|
||||
//void usbCableDetectInit(void);
|
||||
|
||||
#ifdef STM32F303xC
|
||||
// from system_stm32f30x.c
|
||||
|
@ -525,11 +525,12 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
/* TODO - Fix in the future
|
||||
#ifdef USB_CABLE_DETECTION
|
||||
usbCableDetectInit();
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef TRANSPONDER
|
||||
if (feature(FEATURE_TRANSPONDER)) {
|
||||
transponderInit(masterConfig.transponderData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue