Skip to content

Commit 316891d

Browse files
committed
everything seems good
1 parent cf1ccfe commit 316891d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
254254
CFLAGS += -DSOFTDEVICE_PRESENT
255255
CFLAGS += -DDFU_APP_DATA_RESERVED=7*4096
256256

257-
CFLAGS += -DUF2_VERSION='"$(GIT_VERSION) $(GIT_SUBMODULE_VERSIONS) $(SD_NAME) $(SD_VERSION)"'
257+
CFLAGS += -DUF2_VERSION='"$(GIT_VERSION) $(GIT_SUBMODULE_VERSIONS)"'
258258
CFLAGS += -DBLEDIS_FW_VERSION='"$(GIT_VERSION) $(SD_NAME) $(SD_VERSION)"'
259259

260260
_VER = $(subst ., ,$(word 1, $(subst -, ,$(GIT_VERSION))))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are two pins, `DFU` and `FRST` that bootloader will check upon reset/power
5050
- `Double Reset` Reset twice within 500 ms will enter DFU with UF2 and CDC support (only works with nRF52840)
5151
- `DFU = LOW` and `FRST = HIGH`: Enter bootloader with UF2 and CDC support
5252
- `DFU = LOW` and `FRST = LOW`: Enter bootloader with OTA, to upgrade with a mobile application such as Nordic nrfConnect/Toolbox
53-
- `DFU = HIGH` and `FRST = LOW`: Factory Reset mode: erase firmware application and its data
53+
- <s>`DFU = HIGH` and `FRST = LOW`: Factory Reset mode: erase firmware application and its data</s>
5454
- `DFU = HIGH` and `FRST = HIGH`: Go to application code if it is present, otherwise enter DFU with UF2
5555
- The `GPREGRET` register can also be set to force the bootloader can enter any of above modes (plus a CDC-only mode for Arduino).
5656
`GPREGRET` is set by the application before performing a soft reset.

0 commit comments

Comments
 (0)