summaryrefslogtreecommitdiff
path: root/piodev1.v
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2019-11-22 09:30:23 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2019-11-22 09:30:23 -0800
commit74fa7690f675f97bab67cd4aaa10a66727c996d1 (patch)
treed19731ffbdfd3529778fa99e422a7b1bcb6ae000 /piodev1.v
parent3a09408495ae6ae59840318e1bade302bf6cab06 (diff)
Forgot the GPIO pin.HEADmaster
Diffstat (limited to 'piodev1.v')
-rw-r--r--piodev1.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/piodev1.v b/piodev1.v
index 4f84636..a8f63cc 100644
--- a/piodev1.v
+++ b/piodev1.v
@@ -16,6 +16,7 @@ module piodev1(
output WR_LEDS,
input SWRESET,
+ inout GPIO,
input RECOVERY,
output nIN10,