Skip to content

Commit 00b5e72

Browse files
committed
fix: fix small typo
1 parent 389e5b0 commit 00b5e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)