* @brief Multi-step callback for yield testing - step 2 * * Second phase of multi-step processing for callback switching tests. */
| 227 | * Second phase of multi-step processing for callback switching tests. |
| 228 | */ |
| 229 | void multi_step_callback_2() { |
| 230 | test_output.push_back("step_2"); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * @brief Multi-step callback for yield testing - step 3 |
nothing calls this directly
no outgoing calls
no test coverage detected