mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
fix(hdr): Apply header guard syntax LWxxx_module_HDR_H
This commit is contained in:
parent
42490d7cf9
commit
de1cfde4fb
@ -31,8 +31,8 @@
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v2.0.0
|
||||
*/
|
||||
#ifndef LWMEM_HDR_OPT_H
|
||||
#define LWMEM_HDR_OPT_H
|
||||
#ifndef LWMEM_OPT_HDR_H
|
||||
#define LWMEM_OPT_HDR_H
|
||||
|
||||
/* Uncomment to ignore user options (or set macro in compiler flags) */
|
||||
/* #define LWMEM_IGNORE_USER_OPTS */
|
||||
@ -111,4 +111,4 @@ extern "C" {
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* LWMEM_HDR_OPT_H */
|
||||
#endif /* LWMEM_OPT_HDR_H */
|
||||
|
@ -31,8 +31,8 @@
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v2.0.0
|
||||
*/
|
||||
#ifndef LWMEM_HDR_OPTS_H
|
||||
#define LWMEM_HDR_OPTS_H
|
||||
#ifndef LWMEM_OPTS_HDR_H
|
||||
#define LWMEM_OPTS_HDR_H
|
||||
|
||||
/* Rename this file to "lwmem_opts.h" for your application */
|
||||
|
||||
@ -41,4 +41,4 @@
|
||||
* copy & replace here settings you want to change values
|
||||
*/
|
||||
|
||||
#endif /* LWMEM_HDR_OPTS_H */
|
||||
#endif /* LWMEM_OPTS_HDR_H */
|
||||
|
@ -31,8 +31,8 @@
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v2.0.0
|
||||
*/
|
||||
#ifndef LWMEM_HDR_SYS_H
|
||||
#define LWMEM_HDR_SYS_H
|
||||
#ifndef LWMEM_SYS_HDR_H
|
||||
#define LWMEM_SYS_HDR_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
@ -88,4 +88,4 @@ uint8_t lwmem_sys_mutex_release(LWMEM_CFG_OS_MUTEX_HANDLE* m);
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* LWMEM_HDR_SYS_H */
|
||||
#endif /* LWMEM_SYS_HDR_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user