CanCategory
This commit is contained in:
parent
2be1db62a2
commit
919164c3ad
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue