From 33ba12f1300f864b0ef945d4d5f3f7d46feb5417 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 7 Jun 2022 17:13:21 -0400 Subject: [PATCH] docs --- firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp index 77c6ca9892..3330091106 100644 --- a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp +++ b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp @@ -65,7 +65,7 @@ void stm32_stop() { } /* * Standby for both F4 & F7 works perfectly, with very little current consumption. - * Downside is that theres a limited amount of pins that can wakeup F7, and only PA0 for F4XX. + * Downside is that there is a limited amount of pins that can wakeup F7, and only PA0 for F4XX. */ void stm32_standby() { // Don't get bothered by interrupts