CanCategory

This commit is contained in:
rusefillc 2022-09-18 20:56:53 -04:00
parent 2be1db62a2
commit 919164c3ad
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ java -DSystemOut.name=logs/gen_enum_to_string \
[ $? -eq 0 ] || { echo "ERROR generating enums"; exit 1; } [ $? -eq 0 ] || { echo "ERROR generating enums"; exit 1; }
java -DSystemOut.name=logs/gen_enum_to_string \
-jar ../java_tools/enum2string.jar \
-outputPath hw_layer/drivers/can \
-generatedFile can_category \
-enumInputFile hw_layer/drivers/can/can_category.h
[ $? -eq 0 ] || { echo "ERROR generating enums"; exit 1; }
java -DSystemOut.name=logs/gen_enum_to_string \ java -DSystemOut.name=logs/gen_enum_to_string \
-jar ../java_tools/enum2string.jar \ -jar ../java_tools/enum2string.jar \
-outputPath controllers/algo \ -outputPath controllers/algo \