Copter: enable external leds

This commit is contained in:
Randy Mackay 2013-11-30 22:54:13 +09:00
parent 0b00f4d065
commit ec65fd136d

View File

@ -907,7 +907,7 @@ void setup() {
AP_Param::setup_sketch_defaults();
// initialise notify system
notify.init();
notify.init(true);
// initialise battery monitor
battery.init();