scheduler.h 362 B

1234567891011121314151617181920212223242526
  1. /*
  2. Generated with CMSIS-DSP Compute Graph 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 _SCHEDULER_H_
  7. #define _SCHEDULER_H_
  8. #ifdef __cplusplus
  9. extern "C"
  10. {
  11. #endif
  12. extern uint32_t scheduler(int *error,int opt1,int opt2);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif