diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-05-06 14:48:56 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-05-06 14:48:56 -0500 |
commit | 03d5906c48812d6c03ab0483c502e5464eaa583b (patch) | |
tree | b34979e72c5371d344aa172be7ac5ba36e47380d /src/Top.bs | |
parent | 60a6650618f700f720b9c424517f2be79c731771 (diff) |
tweak debug, why is it always enqueueing a zero...
Diffstat (limited to 'src/Top.bs')
-rw-r--r-- | src/Top.bs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |