AP_SerialLED: removed empty constructors

This commit is contained in:
divyateja04 2021-10-31 07:48:28 +05:30 committed by Peter Barker
parent 2b19b8a988
commit 2d7076fd39
2 changed files with 0 additions and 6 deletions

View File

@ -24,10 +24,6 @@ extern const AP_HAL::HAL& hal;
AP_SerialLED AP_SerialLED::singleton;
AP_SerialLED::AP_SerialLED()
{
}
// set number of NeoPixels per pin
bool AP_SerialLED::set_num_neopixel(uint8_t chan, uint8_t num_leds)
{

View File

@ -25,8 +25,6 @@
class AP_SerialLED {
public:
AP_SerialLED();
// set number of LEDs per pin
bool set_num_neopixel(uint8_t chan, uint8_t num_leds);
bool set_num_profiled(uint8_t chan, uint8_t num_leds);