scheduler.h 415 B

123456789101112131415161718192021222324252627
  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,const char *testString,
  13. int someVariable);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif