firmware/ice40-riscv/icE1usb: Remove a obsolete debug command

This doesn't even do anything on this SoC ...

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Ia57674dcfb578b3a68845a9719aaad7ee285dc76
This commit is contained in:
Sylvain Munaut 2020-10-29 13:26:38 +01:00
parent 632a3008b3
commit 9067392724
1 changed files with 0 additions and 6 deletions

View File

@ -12,8 +12,6 @@
#include <no2usb/usb.h> #include <no2usb/usb.h>
#include <no2usb/usb_dfu_rt.h> #include <no2usb/usb_dfu_rt.h>
#include "config.h"
#include "console.h" #include "console.h"
#include "e1.h" #include "e1.h"
#include "led.h" #include "led.h"
@ -64,8 +62,6 @@ usb_dfu_rt_cb_reboot(void)
} }
static volatile uint32_t * const misc_regs = (void*)(MISC_BASE);
void main() void main()
{ {
bool e1_active = false; bool e1_active = false;
@ -142,8 +138,6 @@ void main()
case 'O': case 'O':
e1_debug_print(true); e1_debug_print(true);
break; break;
case 't':
printf("%08x\n", misc_regs[0]);
case 'e': case 'e':
e1_init(true); e1_init(true);
e1_active = true; e1_active = true;