Searched refs:CHOSEN_STR_LEN (Results 1 – 1 of 1) sorted by relevance
68 #define CHOSEN_STR_LEN 20 macro69 static char chosen_reference[CHOSEN_STR_LEN + 1] = "INTERNAL";70 static char chosen_gain[CHOSEN_STR_LEN + 1] = "1";279 int len = strlen(argv[0]) > CHOSEN_STR_LEN ? CHOSEN_STR_LEN in cmd_adc_gain()360 int len = strlen(argv[0]) > CHOSEN_STR_LEN ? CHOSEN_STR_LEN in cmd_adc_ref()