M2_SETI/T2/tp/iDisplay.h

12 lines
189 B
C
Raw Normal View History

2022-10-19 09:02:34 +02:00
#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