Skip to content

Commit b8341fa

Browse files
committed
refactor: remove serialMonitorPorts from this branch
Moved to a dedicated feature/serial-monitor-ports branch for a separate PR.
1 parent e1fbaef commit b8341fa

4 files changed

Lines changed: 0 additions & 50 deletions

File tree

include/cpp_core/interface/serial_monitor_ports.h

Lines changed: 0 additions & 44 deletions
This file was deleted.

include/cpp_core/serial.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@
5050

5151
// Extended control
5252
#include "interface/serial_send_break.h"
53-
54-
// Port discovery
55-
#include "interface/serial_monitor_ports.h"

include/cpp_core/status_codes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ enum class StatusCodes
2525
kSetFlowControlError = -18,
2626
kSetBaudrateError = -19,
2727
kSetDataBitsError = -20,
28-
kMonitorError = -21,
2928
kSetParityError = -22,
3029
kSetStopBitsError = -23,
3130
};

include/cpp_core/status_codes.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ namespace cpp_core
5959
return "SetParityError";
6060
case StatusCodes::kSetStopBitsError:
6161
return "SetStopBitsError";
62-
case StatusCodes::kMonitorError:
63-
return "MonitorError";
6462
}
6563
return "Unknown";
6664
}

0 commit comments

Comments
 (0)