mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
Hide more private data.
This commit is contained in:
@@ -36,6 +36,10 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "navdata.h"
|
#include "navdata.h"
|
||||||
|
|
||||||
|
#define NAVDATA_PACKET_SIZE 60
|
||||||
|
#define NAVDATA_BUFFER_SIZE 80
|
||||||
|
#define NAVDATA_START_BYTE 0x3a
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t isInitialized;
|
uint8_t isInitialized;
|
||||||
uint8_t isOpen;
|
uint8_t isOpen;
|
||||||
|
|||||||
@@ -32,10 +32,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define NAVDATA_PACKET_SIZE 60
|
|
||||||
#define NAVDATA_BUFFER_SIZE 80
|
|
||||||
#define NAVDATA_START_BYTE 0x3a
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
uint16_t taille;
|
uint16_t taille;
|
||||||
|
|||||||
Reference in New Issue
Block a user