mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
posix: micro_hal.h add empty px4_arch_gpiosetevent to build new Invensense drivers on linux
This commit is contained in:
parent
404e781cd9
commit
efceccd91d
@ -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
|
||||
|
||||
@ -32,5 +32,4 @@
|
||||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
#define px4_arch_gpiosetevent(pinset,r,f,e,fp,a) -1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user