Browse Source

Fix typo in comments

main
PaulStoffregen 7 years ago
parent
commit
49361a0c41
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      WireKinetis.cpp

+ 1
- 1
WireKinetis.cpp View File

} else if (frequency < 1000000) { } else if (frequency < 1000000) {
port().F = 0x07; // 400 kHz port().F = 0x07; // 400 kHz
} else { } else {
port().F = 0x00; // 800 MHz
port().F = 0x00; // 800 kHz
} }
port().FLT = 1; port().FLT = 1;
#elif F_BUS == 8000000 #elif F_BUS == 8000000

Loading…
Cancel
Save