AP_HAL: removed old PX4 define

This commit is contained in:
Andrew Tridgell 2020-01-18 14:05:34 +11:00
parent a777031f54
commit 629ebbb8ea

View File

@ -189,10 +189,6 @@
#define HAL_OS_FATFS_IO 0
#endif
#ifndef HAL_PX4_HAVE_PX4IO
#define HAL_PX4_HAVE_PX4IO 0
#endif
#ifndef HAL_COMPASS_DEFAULT
#define HAL_COMPASS_DEFAULT HAL_COMPASS_NONE
#endif