mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
HAL_Linux: fixed build warnings
This commit is contained in:
parent
b3894e8b10
commit
39fadad7d6
@ -38,6 +38,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "dsm.h"
|
||||
|
||||
#define DSM_FRAME_SIZE 16 /**<DSM frame size in bytes*/
|
||||
#define DSM_FRAME_CHANNELS 7 /**<Max supported DSM channels*/
|
||||
|
@ -38,6 +38,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "sbus.h"
|
||||
|
||||
|
||||
#define SBUS_FRAME_SIZE 25
|
||||
|
Loading…
Reference in New Issue
Block a user