Explorar el Código

Fix typo

main
PaulStoffregen hace 10 años
padre
commit
2535e00fd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      SPI.h

+ 1
- 1
SPI.h Ver fichero

@@ -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) {

Cargando…
Cancelar
Guardar