scheduler.h 325 B

12345678910111213141516171819202122232425
  1. /*
  2. Generated with CMSIS-DSP SDF Scripts.
  3. The generated code is not covered by CMSIS-DSP license.
  4. The support classes and code is covered by CMSIS-DSP license.
  5. */
  6. #ifndef _SCHED_H_
  7. #define _SCHED_H_
  8. #ifdef __cplusplus
  9. extern "C"
  10. {
  11. #endif
  12. extern uint32_t scheduler(int *error);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif