mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-07 16:38:30 -04:00
6 lines
79 B
C
6 lines
79 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef AP_RCMAPPER_ENABLED
|
||
|
#define AP_RCMAPPER_ENABLED 1
|
||
|
#endif
|