| 123456789101112131415161718192021222324252627 |
- /*
- Generated with CMSIS-DSP Compute Graph Scripts.
- The generated code is not covered by CMSIS-DSP license.
- The support classes and code is covered by CMSIS-DSP license.
- */
- #ifndef _SCHEDULER_H_
- #define _SCHEDULER_H_
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern uint32_t scheduler(int *error,const char *testString,
- int someVariable);
- #ifdef __cplusplus
- }
- #endif
- #endif
|