Fixed 75/300 R3 hwconf

This commit is contained in:
Benjamin Vedder 2020-04-06 13:09:09 +02:00
parent 76fd7a3917
commit bb254fb11c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
#define HW_UART_RX_PORT GPIOB
#define HW_UART_RX_PIN 11
#ifdef HW75_300_REV_2
#if defined(HW75_300_REV_2) || defined(HW75_300_REV_3)
// Permanent UART Peripheral (for NRF51)
#define HW_UART_P_BAUD 115200
#define HW_UART_P_DEV SD4