| 212 | |
| 213 | #if defined(PICO_BUILD) |
| 214 | void builtinInitIO() |
| 215 | { |
| 216 | if (!builtinInitialized) { |
| 217 | critical_section_init(&gCommonCriticalMux); |
| 218 | builtinInitialized = 1; |
| 219 | } |
| 220 | } |
| 221 | #elif defined(__ZEPHYR__) |
| 222 | void builtinInitIO() |
| 223 | { |
no outgoing calls
no test coverage detected