Skip to content

Commit

Permalink
missing break case
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Sep 13, 2023
1 parent 701bef3 commit 39deac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GameBoyPrinterEmulator/gbp_serial_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ bool gpb_serial_io_OnChange_ISR(const bool GBP_SCLK, const bool GBP_SOUT)
gpb_status_bit_update_print_buffer_full(gpb_pktIO.statusBuffer, true);
gpb_status_bit_update_printer_busy(gpb_pktIO.statusBuffer, true);
gpb_status_bit_update_checksum_error(gpb_pktIO.statusBuffer, false);
break;
case GBP_COMMAND_INQUIRY:
if (gpb_pktIO.untransPacketCountdown > 0)
{
Expand Down

0 comments on commit 39deac2

Please sign in to comment.