mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
DFU: Move "Override DFU" (force DFU) code to board-specific section
Each board can define its own conditions on which the controller should boot into DFU mode rather than normal application mode. Let's move the "UART loopback jumper" to QMOD specific part. For SIMtrace we have an actual button and can use that in a future patch.
This commit is contained in:
@@ -119,4 +119,5 @@
|
||||
|
||||
extern void board_exec_dbg_cmd(int ch);
|
||||
extern void board_main_top(void);
|
||||
extern int board_override_enter_dfu(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user