diff --git a/lib/card10/pmic.c b/lib/card10/pmic.c
index adb3f1eb2ce0f3facb4a2f520af231710db123b1..2363d5fdf4accb7e0b2cbae11f68f7e9f65e161f 100644
--- a/lib/card10/pmic.c
+++ b/lib/card10/pmic.c
@@ -29,7 +29,8 @@ void pmic_init(void)
 #if BOARD_EVKIT
     MAX77650_setTV_SBB2(0b110010); //Set output Voltage of SBB2 to 3.3V
 #else
-    MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V
+    //MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V
+    MAX77650_setTV_SBB2(0b010010); //Set output Voltage of SBB2 to 3.3V
 #endif
     MAX77650_setADE_SBB2(0b0); //Disable Active Discharge at SBB2 Output
     MAX77650_setEN_SBB2(0b110); //Enable SBB2 is on irrespective of FPS whenever the on/off controller is in its "On via Software" or "On via On/Off Controller" states