mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Export a new console_sendf() function from the board code instead of console_get_output() and console_push_output(). This enables more flexibility in how the board specific code produces output. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>