mirror of https://github.com/ArduPilot/ardupilot
AP_SerialLED: removed empty constructors
This commit is contained in:
parent
2b19b8a988
commit
2d7076fd39
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue