mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 01:34:08 +08:00
Removed obsolete porting cruft from px4_XXX.h files and merged the POSIX changes in PreflightCheck_posix.cpp back to PreflightCheck.cpp Signed-off-by: Mark Charlebois <charlebm@gmail.com>
8 lines
105 B
C
8 lines
105 B
C
#pragma once
|
|
|
|
#ifdef __PX4_QURT
|
|
#include <types.h>
|
|
size_t strnlen(const char *s, size_t maxlen);
|
|
|
|
#endif
|