PX4-Autopilot/src/platforms/px4_common.h
Mark Charlebois 20d35e33da Platform header file cleanup and consolidation
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>
2015-04-24 11:45:14 -07:00

8 lines
105 B
C

#pragma once
#ifdef __PX4_QURT
#include <types.h>
size_t strnlen(const char *s, size_t maxlen);
#endif