Merge pull request #42 from sq6emm/master

allowing functions to return their calculated values
This commit is contained in:
Anthony Good 2017-11-14 18:23:29 -05:00 committed by GitHub
commit 621eb88209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9860,7 +9860,7 @@ char * az_el_calibrated_string(){
#ifdef FEATURE_CLOCK
char * timezone_modified_clock_string(){
char return_string[32] = "";
static char return_string[32] = "";
char temp_string[16] = "";
@ -9910,7 +9910,7 @@ char * timezone_modified_clock_string(){
#ifdef FEATURE_CLOCK
char * zulu_clock_string(){
char return_string[32] = "";
static char return_string[32] = "";
char temp_string[16] = "";