Home
last modified time | relevance | path

Searched refs:SEGGER_USE_PARA (Results 1 – 1 of 1) sorted by relevance

/segger-3.7.0/SEGGER/
DSEGGER.h115 #ifndef SEGGER_USE_PARA // Some compiler complain about unused parameters.
116 #define SEGGER_USE_PARA(Para) (void)Para // This works for most compilers. macro