Skip to content

Commit

Permalink
Add option to ignore user apps with uncommented macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 30, 2020
1 parent 97d68bf commit 69c97d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lwgps/src/include/lwgps/lwgps_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
#ifndef LWGPS_HDR_OPT_H
#define LWGPS_HDR_OPT_H

/* Uncomment to ignore user options (or set macro in compiler flags) */
/* #define LWGPS_IGNORE_USER_OPTS */

/* Include application options */
#ifndef LWGPS_IGNORE_USER_OPTS
#include "lwgps_opts.h"
Expand Down

0 comments on commit 69c97d4

Please sign in to comment.