fix(hdr): Apply header guard syntax LWxxx_module_HDR_H

This commit is contained in:
Tilen Majerle 2022-12-18 12:30:04 +01:00
parent 42490d7cf9
commit de1cfde4fb
3 changed files with 9 additions and 9 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */