Procházet zdrojové kódy

Merge pull request #20 from FrankBoesing/patch-3

fix string_length
main
Paul Stoffregen před 9 roky
rodič
revize
0e4bea85d8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      SerialFlashDirectory.cpp

+ 1
- 1
SerialFlashDirectory.cpp Zobrazit soubor

@@ -239,7 +239,7 @@ static uint32_t string_length(uint32_t addr)
len++;
if (*p == 0) return len;
}
addr += len;
addr += sizeof(buf);
}
}


Načítá se…
Zrušit
Uložit