if 1 on OTP entry

master
George Hotz 2020-01-04 10:04:50 -08:00
parent 7bd01a5f04
commit a74f854031
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ int usb_cb_control_msg(USB_Setup_TypeDef *setup, uint8_t *resp, bool hardwired)
// so it's blocked over wifi
switch (setup->b.wValue.w) {
case 0:
#ifdef ALLOW_DEBUG
// TODO: put this back when it's no longer a "devkit"
//#ifdef ALLOW_DEBUG
#if 1
if (hardwired) {
#else
// no more bootstub on UNO once OTP block is flashed