Fix pre-commit

This commit is contained in:
sabas1080 2020-11-16 21:21:24 -06:00
parent 7253b2eb31
commit 089fa82067
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -29,7 +29,7 @@
#include "nrf_rtc.h"
void board_init(void) {
}
bool board_requests_safe_mode(void) {