sysclk: rework clock capping

This commit is contained in:
souldbminersmwc
2026-02-07 18:38:37 -05:00
parent aa607ab1a7
commit b1739cea74
2 changed files with 29 additions and 5 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.34
APP_VERSION := 0.35
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------