Skip to content

Commit

Permalink
fix: Erronous quote
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 29, 2023
1 parent ae510f1 commit fdf0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/commit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ do
BUILD_OPTIONS+="-DPCB=PL18"
;;
pl18ev)
BUILD_OPTIONS+="-DPCB=PL18" -DPCBREV=PL18EV"
BUILD_OPTIONS+="-DPCB=PL18 -DPCBREV=PL18EV"
;;
commando8)
BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=COMMANDO8"
Expand Down

0 comments on commit fdf0280

Please sign in to comment.