mirror of
https://github.com/peterantypas/maiana.git
synced 2025-06-02 07:40:13 -07:00
Build issue w/ different SDKs
This commit is contained in:
parent
95dcc6f699
commit
06701211d9
@ -23,7 +23,7 @@
|
|||||||
#include "ObjectPool.hpp"
|
#include "ObjectPool.hpp"
|
||||||
#include "AISChannels.h"
|
#include "AISChannels.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
class TXPacket
|
class TXPacket
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include "bsp.hpp"
|
#include "bsp.hpp"
|
||||||
#include "GPS.hpp"
|
#include "GPS.hpp"
|
||||||
#include "RadioManager.hpp"
|
#include "RadioManager.hpp"
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
CommandProcessor &CommandProcessor::instance()
|
CommandProcessor &CommandProcessor::instance()
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "EventQueue.hpp"
|
#include "EventQueue.hpp"
|
||||||
#include "bsp.hpp"
|
#include "bsp.hpp"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
#include "EventQueue.hpp"
|
#include "EventQueue.hpp"
|
||||||
#include "bsp.hpp"
|
#include "bsp.hpp"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
void gnssInputCB(char c);
|
void gnssInputCB(char c);
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "NoiseFloorDetector.hpp"
|
#include "NoiseFloorDetector.hpp"
|
||||||
#include "EventQueue.hpp"
|
#include "EventQueue.hpp"
|
||||||
#include "AISChannels.h"
|
#include "AISChannels.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define WINDOW_SIZE 10
|
#define WINDOW_SIZE 10
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include "Stats.hpp"
|
#include "Stats.hpp"
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
#include "EventQueue.hpp"
|
#include "EventQueue.hpp"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static int count = 0;
|
static int count = 0;
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "TXPacket.hpp"
|
#include "TXPacket.hpp"
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
TXPacket::TXPacket ()
|
TXPacket::TXPacket ()
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "EZRadioPRO.h"
|
#include "EZRadioPRO.h"
|
||||||
#include "AISChannels.h"
|
#include "AISChannels.h"
|
||||||
#include "bsp.hpp"
|
#include "bsp.hpp"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
Transceiver::Transceiver(GPIO_TypeDef *sdnPort, uint32_t sdnPin, GPIO_TypeDef *csPort,
|
Transceiver::Transceiver(GPIO_TypeDef *sdnPort, uint32_t sdnPin, GPIO_TypeDef *csPort,
|
||||||
uint32_t csPin, GPIO_TypeDef *dataPort, uint32_t dataPin,
|
uint32_t csPin, GPIO_TypeDef *dataPort, uint32_t dataPin,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user