M2_SETI/T2/tp/iDisplay.h
2022-10-19 09:02:34 +02:00

12 lines
No EOL
189 B
C
Executable file

#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