Skip to content

Commit

Permalink
fix: Erronous quote
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored and richardclli committed Dec 4, 2023
1 parent a10b381 commit c15570e
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 c15570e

Please sign in to comment.