midi2_host: drop unreachable return 0 for IAR Pe111

Same fix as midi2_device — IAR rejects the unreachable statement
after the while(1) superloop. Let int main fall off the end.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
hathach
2026-05-30 00:42:14 +07:00
parent 28beb0fe4d
commit 0761df7420

View File

@ -160,6 +160,4 @@ int main(void) {
while (1) {
tuh_task();
}
return 0;
}