Skip to content

Commit

Permalink
connect cellular modem UART #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 3, 2024
1 parent 644d278 commit 0410d75
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cc65
Submodule cc65 updated 175 files
2 changes: 1 addition & 1 deletion src/mega65-fdisk
2 changes: 1 addition & 1 deletion src/mega65-freezemenu
2 changes: 1 addition & 1 deletion src/mega65-libc
4 changes: 2 additions & 2 deletions src/vhdl/nexys4.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ begin
uart_rx => jclo(1),
uart_tx => jclo(2),

-- buffereduart_rx => jclo(3),
-- buffereduart_tx => jclo(4),
buffereduart_rx => jalo(1),
buffereduart_tx => jalo(2),
-- buffereduart2_rx => jchi(9),
-- buffereduart2_tx => jchi(10),
buffereduart_ringindicate => (others => '0'),
Expand Down

0 comments on commit 0410d75

Please sign in to comment.