HAL_Linux: fixed build warnings

This commit is contained in:
Andrew Tridgell 2014-10-09 16:49:23 +11:00
parent b3894e8b10
commit 39fadad7d6
2 changed files with 2 additions and 0 deletions

View File

@ -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*/

View File

@ -38,6 +38,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "sbus.h"
#define SBUS_FRAME_SIZE 25