Skip to content

Commit

Permalink
examples/hwapi: Be sure to import Signal when it's used.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Feb 9, 2017
1 parent c8febe6 commit c66c393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hwapi/hwconfig_dragonboard410c.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from machine import Pin
from machine import Pin, Signal

# 96Boards/Qualcomm DragonBoard 410c
#
Expand Down
2 changes: 1 addition & 1 deletion examples/hwapi/hwconfig_z_frdm_k64f.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from machine import Pin
from machine import Pin, Signal

# Freescale/NXP FRDM-K64F board
# Blue LED on port B, pin 21
Expand Down

0 comments on commit c66c393

Please sign in to comment.