add dap_init() at beginning of main() for same70
This commit is contained in:
parent
c8bcf13e43
commit
b8a794fad5
@ -270,6 +270,7 @@ int main(void)
|
|||||||
serial_number_init();
|
serial_number_init();
|
||||||
usb_init();
|
usb_init();
|
||||||
usb_hid_init();
|
usb_hid_init();
|
||||||
|
dap_init();
|
||||||
|
|
||||||
app_status_timer.interval = STATUS_TIMEOUT;
|
app_status_timer.interval = STATUS_TIMEOUT;
|
||||||
app_status_timer.repeat = true;
|
app_status_timer.repeat = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user