fw: Disable all endpoints except CDC on start

This commit is contained in:
Mikael Ågren 2025-04-03 13:33:11 +02:00
parent 72a2ea9cd3
commit 6b3ef15fb8
No known key found for this signature in database
GPG Key ID: E02DA3D397792C46

View File

@ -418,6 +418,9 @@ int main(void)
scramble_ram();
uint8_t select_ep_cmd[2] = { 1, IO_CDC };
write(IO_CH552, select_ep_cmd, sizeof(select_ep_cmd));
#if defined(SIMULATION)
run(&ctx);
#endif