You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
340 B
13 lines
340 B
# libraries linked into every program |
|
LIBRARIES += AP_Module |
|
LIBRARIES += AP_Button |
|
LIBRARIES += AP_ICEngine |
|
LIBRARIES += AP_FlashStorage |
|
LIBRARIES += SRV_Channel |
|
LIBRARIES += AP_UAVCAN |
|
LIBRARIES += AP_ADC |
|
LIBRARIES += AP_Airspeed |
|
LIBRARIES += AP_Relay |
|
LIBRARIES += AP_ServoRelayEvents |
|
LIBRARIES += AP_Volz_Protocol |
|
LIBRARIES += AP_SBusOut
|
|
|