actually fix the typo

This commit is contained in:
Lightos1
2026-03-21 16:56:10 +01:00
parent 3896c89a5c
commit f46d0a714b

View File

@@ -31,6 +31,6 @@
namespace board {
u32 GetTemperatureMilli(SysClkThermalSensor sensor);
u32 GetPowerMw(SysClkPowerSensor sensor)
u32 GetPowerMw(SysClkPowerSensor sensor);
}