1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-28 05:10:40 -07:00

Build issue w/ different SDKs

This commit is contained in:
PETER ANTYPAS 2020-11-25 11:50:56 -08:00
parent 95dcc6f699
commit 06701211d9
8 changed files with 11 additions and 4 deletions

View File

@ -23,7 +23,7 @@
#include "ObjectPool.hpp"
#include "AISChannels.h"
#include "config.h"
#include <time.h>
class TXPacket
{

View File

@ -28,7 +28,7 @@
#include "bsp.hpp"
#include "GPS.hpp"
#include "RadioManager.hpp"
#include <stdlib.h>
CommandProcessor &CommandProcessor::instance()
{

View File

@ -25,6 +25,8 @@
#include "config.h"
#include "EventQueue.hpp"
#include "bsp.hpp"
#include <stdio.h>
#if 0

View File

@ -25,6 +25,8 @@
#include "Utils.hpp"
#include "EventQueue.hpp"
#include "bsp.hpp"
#include <stdio.h>
#include <stdlib.h>
void gnssInputCB(char c);

View File

@ -21,7 +21,7 @@
#include "NoiseFloorDetector.hpp"
#include "EventQueue.hpp"
#include "AISChannels.h"
#include <stdio.h>
#define WINDOW_SIZE 10

View File

@ -9,6 +9,7 @@
#include "Stats.hpp"
#include "Utils.hpp"
#include "EventQueue.hpp"
#include <stdio.h>
static int count = 0;

View File

@ -21,6 +21,8 @@
#include <cstring>
#include <cassert>
#include "TXPacket.hpp"
#include <stdlib.h>
TXPacket::TXPacket ()
{

View File

@ -25,7 +25,7 @@
#include "EZRadioPRO.h"
#include "AISChannels.h"
#include "bsp.hpp"
#include <stdio.h>
Transceiver::Transceiver(GPIO_TypeDef *sdnPort, uint32_t sdnPin, GPIO_TypeDef *csPort,
uint32_t csPin, GPIO_TypeDef *dataPort, uint32_t dataPin,