aboutsummaryrefslogtreecommitdiff
path: root/src/Top.bs
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-05-06 14:48:56 -0500
committerNathan Ringo <nathan@remexre.com>2024-05-06 14:48:56 -0500
commit03d5906c48812d6c03ab0483c502e5464eaa583b (patch)
treeb34979e72c5371d344aa172be7ac5ba36e47380d /src/Top.bs
parent60a6650618f700f720b9c424517f2be79c731771 (diff)
tweak debug, why is it always enqueueing a zero...
Diffstat (limited to 'src/Top.bs')
-rw-r--r--src/Top.bs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Top.bs b/src/Top.bs
index ec043c9..dfe98a5 100644
--- a/src/Top.bs
+++ b/src/Top.bs
@@ -52,7 +52,7 @@ mkTop =
tx = uart.txPin
-- Onboard LEDs
ledR_N = uart.txPin
- ledG_N = uart.txPin
+ ledG_N = uart.debugBit
-- RGB LED driver
ledRed_N = 1
ledGrn_N = 1