aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/serial_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/NRF51/NRF51822/serial_lld.h')
-rw-r--r--os/hal/ports/NRF51/NRF51822/serial_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/serial_lld.h b/os/hal/ports/NRF51/NRF51822/serial_lld.h
index b7b1beb..62f1302 100644
--- a/os/hal/ports/NRF51/NRF51822/serial_lld.h
+++ b/os/hal/ports/NRF51/NRF51822/serial_lld.h
@@ -71,6 +71,8 @@ typedef struct {
*/
uint32_t speed;
/* End of the mandatory fields.*/
+ uint8_t tx_pin;
+ uint8_t rx_pin;
} SerialConfig;
/**