Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_CustomRotations/AP_CustomRotations_config.h
9633 views
1
#pragma once
2
3
#include <AP_HAL/AP_HAL_Boards.h>
4
5
#ifndef AP_CUSTOMROTATIONS_ENABLED
6
#define AP_CUSTOMROTATIONS_ENABLED 1
7
#endif
8
9