From e0203015e50cbbe4105fbd916ed8cc8f8c73b4bb Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Tue, 16 Apr 2024 12:43:16 +0200 Subject: [PATCH] tests/psoc6/hw_ext/pin.py: Refactor for REPL timing performance. Signed-off-by: enriquezgarc --- tests/psoc6/hw_ext/pin.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/psoc6/hw_ext/pin.py b/tests/psoc6/hw_ext/pin.py index 5e86170f46002..9c24a5c4364fb 100644 --- a/tests/psoc6/hw_ext/pin.py +++ b/tests/psoc6/hw_ext/pin.py @@ -90,3 +90,6 @@ def blocking_delay_ms(delay_ms): pin_out.low() blocking_delay_ms(1000) + +pin_in.deinit() +pin_out.deinit()