This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
XF/test-bench/test2/ide-qtcreator-test2-idf/config/trace-config.h

12 lines
227 B
C
Raw Normal View History

2023-09-19 13:59:49 +00:00
#ifndef TRACE_CONFIG_H
#define TRACE_CONFIG_H
#define USE_PLATFORM_QT_TRACE 1
#define TRACE_ADD_CRLF_SEQU 0
#define TRACE_UART_INDEX 0
#define TRACE_UART_BAUD_RATE 115200
#endif // TRACE_CONFIG_H