mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
6 lines
77 B
C
6 lines
77 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef AP_VEHICLE_ENABLED
|
||
|
#define AP_VEHICLE_ENABLED 1
|
||
|
#endif
|