mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL: sparse-endian: unconditionally use byteswap.h
This is either provided by a system header or a minimal header from 'missing' directory.
This commit is contained in:
parent
471de28967
commit
b9f65996bc
@ -20,10 +20,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#if !defined(HAVE_BYTESWAP_H) || HAVE_BYTESWAP_H
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
|
||||
#include <endian.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user