/* Only print visible items */
if (!(item->flags & MIF_HIDDEN))
{
- /* Check if a special render function is supplied, otherwise use defaults */
- #if (ARCH & ARCH_NIGHTTEST)
- #warning __FILTER_NEXT_WARNING__
- #endif
+ #warning __FILTER_NEXT_WARNING__
RenderHook renderhook = (item->flags & MIF_RENDERHOOK) ? (RenderHook)item->label : menu_defaultRenderHook;
/* Render menuitem */
*/
int nmeap_process(nmeap_context_t *context)
{
- int id;
+ int id = 0;
int i;
nmeap_sentence_t *s;
#include <cfg/compiler.h>
-#warning TODO:This is an example implentation, you must implement it!
/*! \name Enum for ntc devices.
* \{