Files
tinyusb/examples
hathach a64eb336c4 dynamic_switch: hoist while(1) out for OS_NONE
Sonar flagged the loop body as executing only once on OS_NONE because
the OS_NONE branch returns inside the first iteration (main() drives
the task again). Make the while(1) conditional on RTOS so the OS_NONE
build is a straight-line function with no misleading loop.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-30 00:52:22 +07:00
..
2025-02-11 20:56:41 +01:00
2025-01-24 11:54:42 +07:00