mirror of https://github.com/ArduPilot/ardupilot
6 lines
77 B
C
6 lines
77 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef AP_VEHICLE_ENABLED
|
||
|
#define AP_VEHICLE_ENABLED 1
|
||
|
#endif
|