Skip to content

Commit

Permalink
fix(hdr): Apply header guard syntax LWxxx_module_HDR_H
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 18, 2022
1 parent e2caee2 commit a01ec6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lwgps/src/include/lwgps/lwgps_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: $2.1.0$
*/
#ifndef LWGPS_HDR_OPT_H
#define LWGPS_HDR_OPT_H
#ifndef LWGPS_OPT_HDR_H
#define LWGPS_OPT_HDR_H

/* Uncomment to ignore user options (or set macro in compiler flags) */
/* #define LWGPS_IGNORE_USER_OPTS */
Expand Down Expand Up @@ -180,4 +180,4 @@ extern "C" {
}
#endif /* __cplusplus */

#endif /* LWGPS_HDR_OPT_H */
#endif /* LWGPS_OPT_HDR_H */
6 changes: 3 additions & 3 deletions lwgps/src/include/lwgps/lwgps_opts_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v2.1.0
*/
#ifndef LWGPS_HDR_OPTS_H
#define LWGPS_HDR_OPTS_H
#ifndef LWGPS_OPTS_HDR_H
#define LWGPS_OPTS_HDR_H

/* Rename this file to "lwgps_opts.h" for your application */

Expand All @@ -41,4 +41,4 @@
* copy & replace here settings you want to change values
*/

#endif /* LWGPS_HDR_OPTS_H */
#endif /* LWGPS_OPTS_HDR_H */

0 comments on commit a01ec6d

Please sign in to comment.