Skip to content

Commit

Permalink
Update make_release for lack of power_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Jan 14, 2021
1 parent 2e3eeea commit e29d61b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def main():

run(f'cp bazel-bin/fw/moteus.elf {outdir}/{datestr}-moteus-{git_hash}.elf')
run(f'cp bazel-bin/fw/can_bootloader.elf {outdir}/{datestr}-bootloader-{git_hash}.elf')
run(f'cp bazel-bin/fw/power_dist.elf {outdir}/{datestr}-power_dist-{git_hash}.elf')

print()
print('DONE')
Expand Down

0 comments on commit e29d61b

Please sign in to comment.