mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 07:53:57 -04:00
6 lines
77 B
C
6 lines
77 B
C
#pragma once
|
|
|
|
#ifndef AP_VEHICLE_ENABLED
|
|
#define AP_VEHICLE_ENABLED 1
|
|
#endif
|