methods.c | 433 static const int bauds[] = {75, 150, 300, 600, 1200, 2400, 4800, 9600, local in function:parse_serial 446 for (i = 0; bauds[i]; i++) 447 if (baud == bauds[i]) 449 if (bauds[i] == 0) { 687 static const char *const bauds[] = {"75", "150", "300", "600", "1200", local in function:print_serial 702 baud = bauds[v & 0x000f];
|