| 74 | CommandLine commands[BUFSIZE]; //!< The ring buffer of commands |
| 75 | |
| 76 | inline serial_index_t command_port() const { return TERN0(HAS_MULTI_SERIAL, commands[index_r].port); } |
| 77 | |
| 78 | inline void clear() { length = index_r = index_w = 0; } |
| 79 |
no outgoing calls
no test coverage detected