9 lines
117 B
C
9 lines
117 B
C
#ifndef MREQUEST_H
|
|
#define MREQUEST_H
|
|
|
|
#include "stm32f1xx_hal.h"
|
|
|
|
char manageMessage(char * mes);
|
|
|
|
#endif
|
|
|