Fix pre-commit
This commit is contained in:
parent
7253b2eb31
commit
089fa82067
|
@ -1,8 +1,4 @@
|
|||
# Electronic Cats BastBLE
|
||||
|
||||
The [BastBLE](https://electroniccats.com/store/bast-ble/) based on Nordic nRF 52840 and containing
|
||||
a powerful Cortex M4F. This board include a external memory QSPI flash.
|
||||
|
||||
|
||||
I2C pins `board.SCL1` and `board.SDA1` are not exposed and are used for onboard peripherals.
|
||||
|
||||
a powerful Cortex M4F. This board include a external memory QSPI flash.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "nrf_rtc.h"
|
||||
|
||||
void board_init(void) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
bool board_requests_safe_mode(void) {
|
||||
|
|
Loading…
Reference in New Issue