mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-20 13:08:31 +00:00
examples/foc: allow nxscope transfer over RTT interface
For UART serial interface TERMIOS is required, but for RTT serial interface it's not.
This commit is contained in:
parent
f505b6cb08
commit
5cbd9b2b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
# error CONFIG_LOGGING_NXSCOPE_DISABLE_PUTLOCK must be set to proper operation.
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LOGGING_NXSCOPE_INTF_SERIAL
|
||||
#if defined(CONFIG_LOGGING_NXSCOPE_INTF_SERIAL) && !defined(CONFIG_SERIAL_RTT)
|
||||
# ifndef CONFIG_SERIAL_TERMIOS
|
||||
# error CONFIG_SERIAL_TERMIOS must be set to proper operation.
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue