1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-27 21:00:24 -07:00

Minor cleanup

This commit is contained in:
Peter Antypas 2021-07-09 14:56:33 -07:00
parent 04799fc2de
commit 078c8d0734
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
#include <cstdio>
#include <cstring>
#include <algorithm>
//#include <diag/Trace.h>
#include "AISChannels.h"
using namespace std;

View File

@ -44,7 +44,7 @@ irq_callback trxClockCallback = nullptr;
irq_callback rxClockCallback = nullptr;
irq_callback tickCallback = nullptr;
#define EEPROM_ADDRESS 0x50 << 1
typedef struct
{