mkasenberg commented on a change in pull request #1108:
URL: https://github.com/apache/mynewt-nimble/pull/1108#discussion_r759998455
##########
File path: babblesim/nrfx/mdk/nrf52.h
##########
@@ -176,6 +176,7 @@ typedef enum {
#warning Not supported compiler type
#endif
+#undef B0
Review comment:
B0 from #include <termios.h> in
babblesim/hw/mcu/nordic/nrf52_bsim/src/native_uart_cfg.c conflicts with B0 from
nrfx/mdk/nrf52.h. It was possible to move this line to the native_uart_cfg.c to
leave nrfx as clean as possible.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]