Update callsign.cpp

This commit is contained in:
Michael Clemens 2021-05-13 15:15:19 +02:00 committed by GitHub
parent 6c9e759901
commit 6d4fc996d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "callsign.h"
const char CALLSIGN_STRING_PRIVATE [] PROGMEM = "CALLSIGN";
const char* const CALLSIGN_STRING = CALLSIGN_STRING_PRIVATE;
const char CALLSIGN_STRING_PRIVATE [] PROGMEM = "DL6MHC";
const char* const CALLSIGN_STRING = CALLSIGN_STRING_PRIVATE;