Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Aug 5, 2017
1 parent 13fc940 commit 49361a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WireKinetis.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 49361a0

Please sign in to comment.