Skip to content

Commit

Permalink
Fix incompatibility between debug and _tx
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Aug 21, 2023
1 parent 33a6fe6 commit d7a03e5
Show file tree
Hide file tree
Showing 4 changed files with 651 additions and 638 deletions.
1 change: 1 addition & 0 deletions sys/nucode_util.spin
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ pri _txraw(c) | z
_txwait()
if _bitcycles == 0
_setbaud(__default_baud__) ' set up in common.c
_drvl(_txpin) ' re-enable tx if debug disabled it
_wypin(_txpin, c)
return 1

Expand Down
Loading

0 comments on commit d7a03e5

Please sign in to comment.