From f102c15bb431c684ed67b909b543446c91c34e7e Mon Sep 17 00:00:00 2001 From: KurtE Date: Fri, 22 Apr 2022 09:15:40 -0700 Subject: [PATCH] Update ports/mimxrt10xx/common-hal/pwmio/PWMOut.c Co-authored-by: Dan Halbert --- ports/mimxrt10xx/common-hal/pwmio/PWMOut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/mimxrt10xx/common-hal/pwmio/PWMOut.c b/ports/mimxrt10xx/common-hal/pwmio/PWMOut.c index c3eafa7d54..a42bbef7d7 100644 --- a/ports/mimxrt10xx/common-hal/pwmio/PWMOut.c +++ b/ports/mimxrt10xx/common-hal/pwmio/PWMOut.c @@ -38,7 +38,7 @@ #include "supervisor/shared/translate.h" #include "periph.h" -// Debug print support set to none zero to enable debug printing +// Debug print support set to zero to enable debug printing #define ENABLE_DEBUG_PRINTING 0