PW_PowerSystem_07dly.c 252 B

1234567891011121314151617181920
  1. /* Delay */
  2. #include "PW_PowerSystem_model.h"
  3. #if defined(__cplusplus)
  4. extern "C" {
  5. #endif
  6. int PW_PowerSystem_function_storeDelayed(DATA *data, threadData_t *threadData)
  7. {
  8. TRACE_PUSH
  9. TRACE_POP
  10. return 0;
  11. }
  12. #if defined(__cplusplus)
  13. }
  14. #endif