Bläddra i källkod

Fix typo

main
PaulStoffregen 10 år sedan
förälder
incheckning
2535e00fd7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h Visa fil

@@ -86,7 +86,7 @@ private:

// When the clock is known at compiletime, use this if-then-else
// cascade, which the compiler knows how to completely optimize
// away. When clock is not know, use a loop instead, which generates
// away. When clock is not known, use a loop instead, which generates
// shorter code.
if (__builtin_constant_p(clock)) {
if (clock >= F_CPU / 2) {

Laddar…
Avbryt
Spara