* (Re)Set the current line number for the last received command */
| 213 | * (Re)Set the current line number for the last received command |
| 214 | */ |
| 215 | static void set_current_line_number(long n) { serial_state[ring_buffer.command_port().index].last_N = n; } |
| 216 | |
| 217 | /** |
| 218 | * Get the current line number for the last received command |