mirror of https://github.com/quasar/Quasar.git
Minor fix
This commit is contained in:
parent
81389d64a4
commit
3cdc525bf7
|
@ -102,7 +102,7 @@ public static void DeletePortMap(int port)
|
|||
try
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
_device.DeletePortMap(mapping);
|
||||
_device.DeletePortMap(mapping);
|
||||
}
|
||||
catch (MappingException)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue