forked from Archive/PX4-Autopilot
px4_micro_hal:Upstream nuttx GPIO_OUTPUT_ZER0->GPIO_OUTPUT_ZERO
This commit is contained in:
parent
3f0c9d5df5
commit
cf09a8e933
|
@ -154,7 +154,7 @@ __BEGIN_DECLS
|
|||
# define PX4_NUMBER_I2C_BUSES KINETIS_NI2C
|
||||
|
||||
# define GPIO_OUTPUT_SET GPIO_OUTPUT_ONE
|
||||
# define GPIO_OUTPUT_CLEAR GPIO_OUTPUT_ZER0
|
||||
# define GPIO_OUTPUT_CLEAR GPIO_OUTPUT_ZERO
|
||||
|
||||
# include <chip.h>
|
||||
# include <kinetis_spi.h>
|
||||
|
|
Loading…
Reference in New Issue