Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit e2ddf9e

Browse files
committed
Remove extraneous layer definition. Related to issue #22.
1 parent 5b0875e commit e2ddf9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_Ublox_Arduino_Library.h

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ const uint8_t VAL_SIZE_64 = 0x05; //Eight bytes
152152
const uint8_t VAL_LAYER_RAM = (1 << 0);
153153
const uint8_t VAL_LAYER_BBR = (1 << 1);
154154
const uint8_t VAL_LAYER_FLASH = (1 << 2);
155-
const uint8_t VAL_LAYER_DEFAULT = 7;
156155

157156
//Below are various Groups, IDs, and sizes for various settings
158157
//These can be used to call getVal/setVal/delVal

0 commit comments

Comments
 (0)