12 lines
No EOL
189 B
C
Executable file
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 |