Add support for M575 (#14757)
This commit is contained in:
@ -83,8 +83,9 @@ public:
|
||||
|
||||
HalSerial() { host_connected = true; }
|
||||
|
||||
void begin(int32_t baud) {
|
||||
}
|
||||
void begin(int32_t baud) { }
|
||||
|
||||
void end() { }
|
||||
|
||||
int peek() {
|
||||
uint8_t value;
|
||||
|
Reference in New Issue
Block a user