* Get the current line number for the last received command */
| 218 | * Get the current line number for the last received command |
| 219 | */ |
| 220 | static long get_current_line_number() { return serial_state[ring_buffer.command_port().index].last_N; } |
| 221 | |
| 222 | #if ENABLED(BUFFER_MONITORING) |
| 223 |