#ifndef I_DISPLAY_H #define I_DISPLAY_H #include "msg.h" /** * Displays the message content * @param mBlock the message pointer */ void messageDisplay(volatile MSG_BLOCK* mBlock); #endif