24 lines
223 B
C
24 lines
223 B
C
#ifndef __GLOBAL_H__
|
|
#define __GLOBAL_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
//#include "stm32g4xx_hal.h"
|
|
#include "main.h"
|
|
//#include "cmsis_os.h"
|
|
|
|
#define MAKE_STR(s) (#s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|