* @brief Multi-step callback for yield testing - step 3 * * Third phase of multi-step processing for callback switching tests. */
| 236 | * Third phase of multi-step processing for callback switching tests. |
| 237 | */ |
| 238 | void multi_step_callback_3() { |
| 239 | test_output.push_back("step_3"); |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * @brief Callback function for yield test |
nothing calls this directly
no outgoing calls
no test coverage detected