* @brief Third test callback for complex scenarios * * Additional callback for testing multiple task coordination. */
| 208 | * Additional callback for testing multiple task coordination. |
| 209 | */ |
| 210 | void callback_3() { |
| 211 | callback_counter++; |
| 212 | test_output.push_back("callback_3"); |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * @brief Multi-step callback for yield testing - step 1 |
nothing calls this directly
no outgoing calls
no test coverage detected