mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 23:20:34 +08:00
syslink_bridge: include <cstring> to fix compilation issue
GCC error: error: 'memcpy' was not declared in this scope
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
#include "drv_deck.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
||||
SyslinkMemory::SyslinkMemory(Syslink *link) :
|
||||
CDev("SyslinkMemory", DECK_DEVICE_PATH),
|
||||
|
||||
Reference in New Issue
Block a user