Skip to content

Commit

Permalink
fix silly typo bug #768
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Feb 2, 2024
1 parent cba37ea commit b296b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vhdl/r3_expansion.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ begin

channel_a_source <= channel_a_source_cpu;
channel_b_source <= channel_b_source_cpu;
channel_b_source <= channel_c_source_cpu;
channel_c_source <= channel_c_source_cpu;

channel_a_data <= source_select(channel_a_source);
channel_b_data <= source_select(channel_b_source);
Expand Down

0 comments on commit b296b51

Please sign in to comment.