ardupilot/libraries/AP_CustomRotations/AP_CustomRotations_config.h
Peter Barker 2f30fa2f56 AP_CustomRotations: add and use AP_CUSTOMROTATIONS_ENABLED
also add to build_options.py
2024-03-03 08:22:46 +11:00

8 lines
128 B
C

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_CUSTOMROTATIONS_ENABLED
#define AP_CUSTOMROTATIONS_ENABLED 1
#endif