Changed project structure

This commit is contained in:
AlexandreRouma
2021-10-03 16:50:36 +02:00
parent c36034dbb8
commit 73393e36c6
252 changed files with 52 additions and 52 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <stdint.h>
void decode_callsign_base40(uint64_t encoded, char* callsign);