summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi/hwconfig_z_frdm_k64f.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hwapi/hwconfig_z_frdm_k64f.py')
-rw-r--r--examples/hwapi/hwconfig_z_frdm_k64f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hwapi/hwconfig_z_frdm_k64f.py b/examples/hwapi/hwconfig_z_frdm_k64f.py
index c45e3e7567..583e8d7aa4 100644
--- a/examples/hwapi/hwconfig_z_frdm_k64f.py
+++ b/examples/hwapi/hwconfig_z_frdm_k64f.py
@@ -2,4 +2,4 @@ from machine import Pin
# Freescale/NXP FRDM-K64F board
# Blue LED on port B, pin 21
-LED = Pin(("GPIO_1", 21), Pin.OUT)
+LED = Signal(Pin(("GPIO_1", 21), Pin.OUT))