Skip to content

Commit

Permalink
ch375: fix typo in previous clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Dec 9, 2024
1 parent 7351371 commit e7d4e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/dev/ch375.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static uint8_t ch375_rpoll(void)
ch375_wcmd(0x22);
nap20();
r = ch375_rdata();
/* kprintf("ch375_rpoll %2x", r); 8/;
/* kprintf("ch375_rpoll %2x", r); */;
return r;
}

Expand Down

0 comments on commit e7d4e1e

Please sign in to comment.