Revert "loader: refactor ram frequency calculation logic"

This reverts commit ea20003df0.
This commit is contained in:
Lightos1
2026-01-02 00:18:29 +01:00
parent 9f7b3ad437
commit fb62781437
14 changed files with 117 additions and 193 deletions

View File

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