14.10.3.2.1 Code
Add to user application main:
- Infinite while loop while waiting for callbacks.
while
(
true
) {
/* Infinite while loop */
}