diff --git a/flight/targets/boards/sparky2/board_hw_defs.c b/flight/targets/boards/sparky2/board_hw_defs.c index 830e5360c..e02a2417b 100644 --- a/flight/targets/boards/sparky2/board_hw_defs.c +++ b/flight/targets/boards/sparky2/board_hw_defs.c @@ -58,7 +58,6 @@ static const struct pios_gpio pios_leds_v2[] = { .active_low = true }, // the other LED in the TL code is accessed this way - // probably needs .active_low = true [PIOS_LED_LINK] = { .pin = { .gpio = GPIOB, diff --git a/flight/targets/boards/sparky2/firmware/UAVObjects.inc b/flight/targets/boards/sparky2/firmware/UAVObjects.inc index 0b751c1d0..7e7a70f8b 100644 --- a/flight/targets/boards/sparky2/firmware/UAVObjects.inc +++ b/flight/targets/boards/sparky2/firmware/UAVObjects.inc @@ -1,4 +1,5 @@ # +# Copyright (c) 2016, The LibrePilot Project, http://www.librepilot.org # Copyright (c) 2009-2013, The OpenPilot Team, http://www.openpilot.org # # This program is free software; you can redistribute it and/or modify @@ -16,7 +17,7 @@ # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# These are the UAVObjects supposed to be build as part of the OpenPilot target +# These are the UAVObjects supposed to be build as part of the target # (all architectures) UAVOBJSRCFILENAMES = UAVOBJSRCFILENAMES += statusgrounddrive