This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
visus
/
teensy-sd
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Merge pull request
#29
from FrankBoesing/patch-1
SD.h: Fix -Woverflow for newer compilers.
main
Paul Stoffregen
пре 4 година
родитељ
947085342f
e7695fc7fc
комит
0ddfe521da
No account linked to committer's email address
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
+1
-1
src/SD.h
+ 1
- 1
src/SD.h
Прегледај датотеку
@@ -204,7 +204,7 @@ extern SDClass SD;
class Sd2Card
{
public:
bool init(uint
8
_t speed, uint8_t csPin) {
bool init(uint
32
_t speed, uint8_t csPin) {
return SD.begin(csPin);
}
uint8_t type() {
Write
Preview
Loading…
Откажи
Сачувај