Revert "Add special debug port for simavr tool"

This reverts commit 7b43444d81.
This commit is contained in:
Valerii Koval
2020-05-11 18:21:26 +03:00
parent c76940f7ce
commit 7555d66748

View File

@ -117,8 +117,6 @@ class DebugServer(BaseProcess):
self._debug_port = ":2331"
elif "qemu" in server_executable.lower():
self._debug_port = ":1234"
elif "simavr" in server_executable.lower():
self._debug_port = ":1234"
yield self._wait_until_ready()