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

View File

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

View File

@ -32,5 +32,4 @@
****************************************************************************/
#pragma once
#define px4_arch_gpiosetevent(pinset,r,f,e,fp,a) -1