sysclk: improve cpu volt bugfix

This commit is contained in:
souldbminersmwc
2026-02-12 17:00:31 -05:00
parent 5ef56bed25
commit 564703b7c5
2 changed files with 50 additions and 34 deletions

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants
#---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 0.37
APP_VERSION := 0.38
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------