Changed project structure
This commit is contained in:
4
decoder_modules/m17_decoder/src/base40.h
Normal file
4
decoder_modules/m17_decoder/src/base40.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
void decode_callsign_base40(uint64_t encoded, char* callsign);
|
||||
Reference in New Issue
Block a user