| 12345678910111213141516171819202122232425 |
- /*
- Generated with CMSIS-DSP SDF Scripts.
- The generated code is not covered by CMSIS-DSP license.
- The support classes and code is covered by CMSIS-DSP license.
- */
- #ifndef _SCHED_H_
- #define _SCHED_H_
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern uint32_t scheduler(int *error);
- #ifdef __cplusplus
- }
- #endif
- #endif
|