Skip to content
Snippets Groups Projects
Commit 0fe98117 authored by rswindell's avatar rswindell
Browse files

Added HDRMOD bit for sub[]->misc (used for SCFG).

parent e14a757a
Branches
Tags
No related merge requests found
......@@ -258,6 +258,7 @@
#define SUB_LZH (1L<<25) /* Use LZH compression for msgs */
#define SUB_SSDEF (1L<<26) /* Default ON for Scan for Your msgs */
#define SUB_HYPER (1L<<27) /* Hyper allocation */
#define SUB_HDRMOD (1L<<31) /* Modified sub-board header info (SCFG) */
/* Bit values for dir[x].misc */
#define DIR_FCHK (1L<<0) /* Check for file existance */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment