diff options
Diffstat (limited to 'testhal/STM8S/SPI/demo')
| -rw-r--r-- | testhal/STM8S/SPI/demo/chconf.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/testhal/STM8S/SPI/demo/chconf.h b/testhal/STM8S/SPI/demo/chconf.h index 6a365d96a..9dd831c96 100644 --- a/testhal/STM8S/SPI/demo/chconf.h +++ b/testhal/STM8S/SPI/demo/chconf.h @@ -483,6 +483,16 @@  #endif
  /**
 + * @brief   Context switch hook.
 + * @details This hook is invoked just before switching between threads.
 + */
 +#if !defined(THREAD_CONTEXT_SWITCH_HOOK) || defined(__DOXYGEN__)
 +#define THREAD_CONTEXT_SWITCH_HOOK(ntp, otp) {                              \
 +  /* System halt code here.*/                                               \
 +}
 +#endif
 +
 +/**
   * @brief   Idle Loop hook.
   * @details This hook is continuously invoked by the idle thread loop.
   */
 | 
