Ver código fonte

Fix typo in comments

main
PaulStoffregen 7 anos atrás
pai
commit
49361a0c41
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      WireKinetis.cpp

+ 1
- 1
WireKinetis.cpp Ver arquivo

@@ -223,7 +223,7 @@ void TwoWire::setClock(uint32_t frequency)
} else if (frequency < 1000000) {
port().F = 0x07; // 400 kHz
} else {
port().F = 0x00; // 800 MHz
port().F = 0x00; // 800 kHz
}
port().FLT = 1;
#elif F_BUS == 8000000

Carregando…
Cancelar
Salvar