[ci] Add hal mrc comm to pregen (#8360)

This commit is contained in:
PJ Reiniger
2025-11-10 21:17:33 -05:00
committed by GitHub
parent dc9e70ef05
commit 71eab3524e
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ runs:
run: ./ntcore/generate_topics.py
shell: bash
- name: Regenerate mrccomm
run: ./hal/generate_nanopb.py
shell: bash
- name: Regenerate imgui
run: |
./thirdparty/imgui_suite/generate_fonts.sh

0
hal/generate_nanopb.py Normal file → Executable file
View File