posix: micro_hal.h add empty px4_arch_gpiosetevent to build new Invensense drivers on linux

This commit is contained in:
Daniel Agar
2020-03-25 00:22:53 -04:00
parent 404e781cd9
commit efceccd91d
2 changed files with 5 additions and 3 deletions
@@ -47,5 +47,8 @@
#include <board_config.h>
#elif defined (__PX4_POSIX)
# include <board_config.h>
#include "micro_hal.h"
#include <board_config.h>
#endif