mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-09 16:13:56 -03:00
6 lines
77 B
C
6 lines
77 B
C
#pragma once
|
|
|
|
#ifndef AP_VEHICLE_ENABLED
|
|
#define AP_VEHICLE_ENABLED 1
|
|
#endif
|