mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 18:53:57 -04:00
AP_HAL: start tidying Linux GPIO
This commit is contained in:
parent
eaf0feef44
commit
6d1cea44dd
@ -231,3 +231,43 @@
|
||||
#ifndef HAL_INS_RATE_LOOP
|
||||
#define HAL_INS_RATE_LOOP 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_AERO_ENABLED
|
||||
#define HAL_LINUX_GPIO_AERO_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_BBB_ENABLED
|
||||
#define HAL_LINUX_GPIO_BBB_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_BEBOP_ENABLED
|
||||
#define HAL_LINUX_GPIO_BEBOP_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_DISCO_ENABLED
|
||||
#define HAL_LINUX_GPIO_DISCO_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_EDGE_ENABLED
|
||||
#define HAL_LINUX_GPIO_EDGE_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_NAVIGATOR_ENABLED
|
||||
#define HAL_LINUX_GPIO_NAVIGATOR_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_NAVIO_ENABLED
|
||||
#define HAL_LINUX_GPIO_NAVIO_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_NAVIO2_ENABLED
|
||||
#define HAL_LINUX_GPIO_NAVIO2_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_RPI_ENABLED
|
||||
#define HAL_LINUX_GPIO_RPI_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LINUX_GPIO_SYSFS_ENABLED
|
||||
#define HAL_LINUX_GPIO_SYSFS_ENABLED 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user