Skip to content

Commit df983b5

Browse files
authored
Merge pull request #357 from JuergenLeber/minor-updates-and-fixes
chore: update uf2 submodule and fix a small typo
2 parents 0e98348 + 00b5e72 commit df983b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ static void check_dfu_mode(void) {
313313
}
314314
}
315315

316-
// Initializes the SotdDevice by following SD specs section
316+
// Initializes the SoftDevice by following SD specs section
317317
// "Master Boot Record and SoftDevice initializaton procedure"
318318
static uint32_t ble_stack_init(void) {
319319
// Forward vector table to bootloader address so that we can handle BLE events

0 commit comments

Comments
 (0)