Skip to content
Snippets Groups Projects
Commit d7f23315 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Synchronize SUB_HDRMOD definition to match smbdefs.h

./scfg.h:80:9: warning: 'SUB_HDRMOD' macro redefined [-Wmacro-redefined]
parent 106cee9e
No related branches found
No related tags found
No related merge requests found
Pipeline #5024 passed
......@@ -77,7 +77,7 @@
/* Constants */
/*************/
#define SUB_HDRMOD (1L<<31) /* Modified sub-board header info */
#define SUB_HDRMOD (1<<31) /* Modified sub-board header info */
#define MAX_UNIQUE_CODE_ATTEMPTS (36*36*36)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment