raiden00pl commented on a change in pull request #37: Improvements for NRF52 URL: https://github.com/apache/incubator-nuttx/pull/37#discussion_r363032825
########## File path: arch/arm/src/nrf52/nrf52_lowputc.c ########## @@ -216,7 +216,7 @@ void nrf52_usart_configure(uintptr_t base, const struct uart_config_s *config) ****************************************************************************/ #ifdef HAVE_UART_DEVICE -void nrf52_usart_disable(uintptr_t base) +void nrf52_usart_disable(uintptr_t base, const struct uart_config_s *config) Review comment: Yes, you are right. Fixed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services