You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

triceStackBuffer.c 337B

123456789101112
  1. //! \file triceStackBuffer.c
  2. //! \author Thomas.Hoehenleitner [at] seerose.net
  3. //! //////////////////////////////////////////////////////////////////////////
  4. #include "trice.h"
  5. #if TRICE_BUFFER == TRICE_STACK_BUFFER && TRICE_OFF == 0
  6. void TriceTransfer(void)
  7. {
  8. }
  9. #endif // #if TRICE_BUFFER == TRICE_STACK_BUFFER && TRICE_OFF == 0