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.
| 123456789101112 |
- //! \file triceStackBuffer.c
- //! \author Thomas.Hoehenleitner [at] seerose.net
- //! //////////////////////////////////////////////////////////////////////////
- #include "trice.h"
-
- #if TRICE_BUFFER == TRICE_STACK_BUFFER && TRICE_OFF == 0
-
- void TriceTransfer(void)
- {
- }
-
- #endif // #if TRICE_BUFFER == TRICE_STACK_BUFFER && TRICE_OFF == 0
|