commit | df49fe36f90c219979c933207fe0362c6cff73e4 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Dec 11 14:21:37 2013 -0800 |
committer | Brian Silverman <brians> | Wed Dec 11 14:21:37 2013 -0800 |
tree | d0a663b63417553c6b5fb7c372afbcefd614b0a0 | |
parent | 8cbf83354676d15c24f8686eae00ca6e3cbe3d3c [diff] [blame] |
added a single-byte uart interface
diff --git a/bbb_cape/src/cape/uart.c b/bbb_cape/src/cape/uart.c index 45fa744..63620ab 100644 --- a/bbb_cape/src/cape/uart.c +++ b/bbb_cape/src/cape/uart.c
@@ -43,8 +43,7 @@ } } -void uart_configure(int baud) { - uart_common_configure(baud); +void uart_configure(void) { NVIC_SetPriority(USART1_IRQn, 3); NVIC_EnableIRQ(USART1_IRQn); }