@ -331,7 +331,7 @@ int chvprintf(BaseSequentialStream *chp, const char *fmt, va_list ap) {
state|=DEFAULT_PRESCISION;
//Get [length]
if (c == 'l' || c == 'L') {
// state|=IS_LONG; // Ignore Long
state|=IS_LONG; // Ignore Long
if (*fmt)
c = *fmt++;
}
@ -60,8 +60,6 @@ void clear_frequency_cache(void)
ADF4351_force_refresh();
static freq_t old_freq[4] = { 0, 0, 0, 0};
static freq_t real_old_freq[4] = { 0, 0, 0, 0};
//int setting.refer = -1; // Off by default
const int reffer_freq[] = {30000000, 15000000, 10000000, 4000000, 3000000, 2000000, 1000000};
Powered by TurnKey Linux.