Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Fix injection command handling for const #200

Closed npetersen2 closed 3 years ago

npetersen2 commented 3 years ago

Found a long-living minor bug in the injection engine command processing. This explains why the const command never worked for me! :)

Key fix was changing the argv indexing to the correct location.