Rename InitPeripherials to InitPeripherals

This commit is contained in:
Eric Tang
2017-07-12 20:06:11 -07:00
parent 595ced9902
commit 9a5e146866
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void InitI2c() {
I2C_MasterInit(I2C_EEPROM_BUS_BASEADDR, &masterConfig, sourceClock);
}
void InitPeripherials(void)
void InitPeripherals(void)
{
InitLedDriver();
InitResetButton();