diff options
Diffstat (limited to 'os/hal/templates/i2c_lld.c')
-rw-r--r-- | os/hal/templates/i2c_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/i2c_lld.c b/os/hal/templates/i2c_lld.c index 9c47cd40e..015962628 100644 --- a/os/hal/templates/i2c_lld.c +++ b/os/hal/templates/i2c_lld.c @@ -84,7 +84,7 @@ void i2c_lld_init(void) { void i2c_lld_start(I2CDriver *i2cp) {
if (i2cp->state == I2C_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_I2C_USE_I2C1
if (&I2CD1 == i2cp) {
|