mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-09 06:19:16 +00:00
Added ubsan
This commit is contained in:
@ -22,6 +22,8 @@ namespace UniversalAsynchronousReceiverTransmitter
|
||||
|
||||
this->Port = Port;
|
||||
|
||||
if (Port > 7)
|
||||
return;
|
||||
if (serialports[Port])
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user