mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AP_HAL: fixed build without MSG_NOSIGNAL
for older MacOSX
This commit is contained in:
parent
319202a233
commit
7b5b1ba59f
@ -29,6 +29,10 @@
|
|||||||
#define CALL_PREFIX(x) ::x
|
#define CALL_PREFIX(x) ::x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MSG_NOSIGNAL
|
||||||
|
#define MSG_NOSIGNAL 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
constructor
|
constructor
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user