From b6cd7679e48d3aee48d001f6d6dddaa54fd09bf9 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:59:23 +0100 Subject: [PATCH] apps/examples/pwm/pwm.h: Fix mistakes in comments Fix mistakes in comments --- examples/pwm/pwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pwm/pwm.h b/examples/pwm/pwm.h index 93cc1f36a..e2b3030d5 100644 --- a/examples/pwm/pwm.h +++ b/examples/pwm/pwm.h @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/examples/examples/pwm/pwm.h + * apps/examples/pwm/pwm.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with