From 88beb44780c66eb2cf728cbb5958a1a8c7248ea4 Mon Sep 17 00:00:00 2001 From: Alberto Nidasio <alberto.nidasio@skywarder.eu> Date: Sat, 21 May 2022 11:16:09 +0200 Subject: [PATCH] [Miosix] Updated submodule --- libs/miosix-kernel | 2 +- src/shared/diagnostic/CpuMeter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/miosix-kernel b/libs/miosix-kernel index e2eb4765e..8f9f992e6 160000 --- a/libs/miosix-kernel +++ b/libs/miosix-kernel @@ -1 +1 @@ -Subproject commit e2eb4765edab6108b053ab1e60dd058be264d3e7 +Subproject commit 8f9f992e671bd279f18e3f9e2568ee0156eb8c88 diff --git a/src/shared/diagnostic/CpuMeter.h b/src/shared/diagnostic/CpuMeter.h index 17056473a..483463bb0 100644 --- a/src/shared/diagnostic/CpuMeter.h +++ b/src/shared/diagnostic/CpuMeter.h @@ -40,7 +40,7 @@ namespace Boardcore * idle thread from running and thus it prevents the CPU from going into deep * sleep. * - * NOTE: for this to work, no other thread with the lowest priority has to be + * NOTE: For this to work, no other thread with the lowest priority has to be * created, otherwise its time will not be accounted. */ -- GitLab