mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
6 lines
77 B
C
6 lines
77 B
C
#pragma once
|
|
|
|
#ifndef AP_VEHICLE_ENABLED
|
|
#define AP_VEHICLE_ENABLED 1
|
|
#endif
|