fome-fw/firmware/gen_config_default.sh

6 lines
128 B
Bash
Raw Normal View History

2021-07-30 13:54:55 -07:00
#!/bin/bash
# file gen_config_default.sh
2023-02-21 02:29:22 -08:00
bash gen_config_board.sh config/boards/f407-discovery f407-discovery fome.ini
2021-07-30 14:39:55 -07:00
exit $?