diff options
Diffstat (limited to 'os/hal/templates/ext_lld.c')
-rw-r--r-- | os/hal/templates/ext_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/ext_lld.c b/os/hal/templates/ext_lld.c index e1ce295b7..d26e0acf6 100644 --- a/os/hal/templates/ext_lld.c +++ b/os/hal/templates/ext_lld.c @@ -85,7 +85,7 @@ void ext_lld_init(void) { void ext_lld_start(EXTDriver *extp) {
if (extp->state == EXT_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_EXT_USE_EXT1
if (&EXTD1 == extp) {
|