mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Remove OS Serial Port (#1141)
It was done as a shim fix around some VISA issues that don't seem to exist anymore. Was never really tested, and I don't think ever actually worked.
This commit is contained in:
committed by
Peter Johnson
parent
0cde67143a
commit
f6e4df6a18
@@ -61,7 +61,6 @@ void InitializeHAL() {
|
||||
InitializeInterrupts();
|
||||
InitializeMockHooks();
|
||||
InitializeNotifier();
|
||||
InitializeOSSerialPort();
|
||||
InitializePDP();
|
||||
InitializePorts();
|
||||
InitializePower();
|
||||
|
||||
Reference in New Issue
Block a user