Skip to content

Commit 089fa82

Browse files
committed
Fix pre-commit
1 parent 7253b2e commit 089fa82

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ports/nrf/boards/bastble/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Electronic Cats BastBLE
22

33
The [BastBLE](https://electroniccats.com/store/bast-ble/) based on Nordic nRF 52840 and containing
4-
a powerful Cortex M4F. This board include a external memory QSPI flash.
5-
6-
7-
I2C pins `board.SCL1` and `board.SDA1` are not exposed and are used for onboard peripherals.
8-
4+
a powerful Cortex M4F. This board include a external memory QSPI flash.

ports/nrf/boards/bastble/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "nrf_rtc.h"
3030

3131
void board_init(void) {
32-
32+
3333
}
3434

3535
bool board_requests_safe_mode(void) {

0 commit comments

Comments
 (0)