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