diff options
Diffstat (limited to 'os/hal/templates/gpt_lld.c')
-rw-r--r-- | os/hal/templates/gpt_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/gpt_lld.c b/os/hal/templates/gpt_lld.c index be2241144..de1b5fe13 100644 --- a/os/hal/templates/gpt_lld.c +++ b/os/hal/templates/gpt_lld.c @@ -85,7 +85,7 @@ void gpt_lld_init(void) { void gpt_lld_start(GPTDriver *gptp) {
if (gptp->state == GPT_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_GPT_USE_GPT1
if (&GPTD1 == gptp) {
|