DFU: use __WFE() to reduce idle loop power consumption

This commit is contained in:
Harald Welte 2012-01-08 15:34:52 +01:00
parent eaf3be4fb7
commit 9439e717cc
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ int main(void)
continue;
} else
usbConn = 1;
__WFE();
}
}
/** \endcond */