CHG: adjusted compiling for older devices

This commit is contained in:
iceman1001 2019-01-23 10:57:49 +01:00
commit 0bec6038b7
3 changed files with 10 additions and 2 deletions

View file

@ -1591,11 +1591,11 @@ void T55xx_ChkPwds() {
uint8_t *pwds = BigBuf_get_EM_addr();
bool use_flashmem = true;
uint16_t pwdCount = 0;
uint32_t candidate = 0;
#ifdef WITH_FLASH
#ifdef WITH_FLASH
bool use_flashmem = true;
if ( use_flashmem ) {
BigBuf_Clear_EM();
uint16_t isok = 0;