remove unused code
This commit is contained in:
parent
419565a535
commit
5e84c3ee99
1 changed files with 0 additions and 5 deletions
|
|
@ -55,11 +55,6 @@ void msc_flush_cb(void) {
|
|||
msc_changed = true;
|
||||
}
|
||||
|
||||
void _puthex32(uint32_t x) {
|
||||
_puthex16(x >> 16);
|
||||
_puthex16(x & 0xffff);
|
||||
}
|
||||
|
||||
#if USE_DISPLAY
|
||||
uint16_t underCursor = ' ';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue