From 3ac2e148f7bc5b0157086fe243e11521a4e645c1 Mon Sep 17 00:00:00 2001 From: GeorgeLin200100 Date: Sun, 11 May 2025 16:09:42 +0800 Subject: [PATCH] fix npusim.sh key typo --- npusim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npusim.sh b/npusim.sh index f1bf0b4..32ef960 100755 --- a/npusim.sh +++ b/npusim.sh @@ -83,12 +83,12 @@ if [[ $FUNCTIONAL -eq 1 ]]; then fi # Using integer -if [[ $USE_INTEGER -eq 1 ]]; then +if [[ $USER_INTEGER -eq 1 ]]; then ccopt+=" -DUSER_INTEGER" fi #Using float -if [[ $USE_FLOAT -eq 1 ]]; then +if [[ $USER_FLOAT -eq 1 ]]; then ccopt +=" -DUSER_FLOAT" fi