mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
CC-40 Implemented support for FirmwareIAP on Coptercontrol: you can now use the "Halt" command on the uploader gadget.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3070 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
79c4b2fe76
commit
f19b0efc6f
@ -56,7 +56,7 @@ endif
|
||||
FLASH_TOOL = OPENOCD
|
||||
|
||||
# List of modules to include
|
||||
MODULES = Telemetry Attitude Stabilization Actuator ManualControl #FirmwareIAP
|
||||
MODULES = Telemetry Attitude Stabilization Actuator ManualControl FirmwareIAP
|
||||
|
||||
# MCU name, submodel and board
|
||||
# - MCU used for compiler-option (-mcpu)
|
||||
|
@ -253,7 +253,9 @@ static void read_description(uint8_t * array)
|
||||
static void resetTask(UAVObjEvent * ev)
|
||||
{
|
||||
PIOS_LED_Toggle(LED1);
|
||||
#if (PIOS_LED_NUM > 1)
|
||||
PIOS_LED_Toggle(LED2);
|
||||
#endif
|
||||
|
||||
if((portTickType) (xTaskGetTickCount() - lastResetSysTime) > RESET_DELAY / portTICK_RATE_MS) {
|
||||
lastResetSysTime = xTaskGetTickCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user