diff --git a/scripts/west_commands/runners/core.py b/scripts/west_commands/runners/core.py index 45e5730f714..d216dffcd18 100644 --- a/scripts/west_commands/runners/core.py +++ b/scripts/west_commands/runners/core.py @@ -777,7 +777,7 @@ class ZephyrBinaryRunner(abc.ABC): raise MissingProgram(program) return ret - def get_rtt_address(self) -> int | None: + def get_rtt_address(self) -> Optional[int]: '''Helper method for extracting a the RTT control block address. If args.rtt_address was supplied, returns that.