px4_micro_hal:Upstream nuttx GPIO_OUTPUT_ZER0->GPIO_OUTPUT_ZERO

This commit is contained in:
David Sidrane 2018-12-26 14:24:33 -08:00
parent 3f0c9d5df5
commit cf09a8e933
1 changed files with 1 additions and 1 deletions

View File

@ -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>