Skip to content

Commit 5e84c3e

Browse files
committed
remove unused code
1 parent 419565a commit 5e84c3e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runcpm-rp2040-dvi-usb/runcpm-pico/hardware/pico/feather_dvi.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ void msc_flush_cb(void) {
5555
msc_changed = true;
5656
}
5757

58-
void _puthex32(uint32_t x) {
59-
_puthex16(x >> 16);
60-
_puthex16(x & 0xffff);
61-
}
62-
6358
#if USE_DISPLAY
6459
uint16_t underCursor = ' ';
6560

0 commit comments

Comments
 (0)