mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 06:10:49 +02:00
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
|
|
|