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:
parent
95dcc6f699
commit
06701211d9
@ -23,7 +23,7 @@
|
||||
#include "ObjectPool.hpp"
|
||||
#include "AISChannels.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
class TXPacket
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "bsp.hpp"
|
||||
#include "GPS.hpp"
|
||||
#include "RadioManager.hpp"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
CommandProcessor &CommandProcessor::instance()
|
||||
{
|
||||
|
@ -25,6 +25,8 @@
|
||||
#include "config.h"
|
||||
#include "EventQueue.hpp"
|
||||
#include "bsp.hpp"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
#include "Utils.hpp"
|
||||
#include "EventQueue.hpp"
|
||||
#include "bsp.hpp"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
void gnssInputCB(char c);
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "NoiseFloorDetector.hpp"
|
||||
#include "EventQueue.hpp"
|
||||
#include "AISChannels.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WINDOW_SIZE 10
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "Stats.hpp"
|
||||
#include "Utils.hpp"
|
||||
#include "EventQueue.hpp"
|
||||
#include <stdio.h>
|
||||
|
||||
static int count = 0;
|
||||
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include "TXPacket.hpp"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
TXPacket::TXPacket ()
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user