Move arm back out of granny mode
Change-Id: Ie35ce3a7aefa2f9e8e8d62880a9d4f3db11558bf
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/constants.h b/y2023/constants.h
index 2f16f1a..32ed317 100644
--- a/y2023/constants.h
+++ b/y2023/constants.h
@@ -170,7 +170,7 @@
}
// if true, tune down all the arm constants for testing.
- static constexpr bool kArmGrannyMode() { return true; }
+ static constexpr bool kArmGrannyMode() { return false; }
// the operating voltage.
static constexpr double kArmOperatingVoltage() {