Percepio Trace Recorder  v4.6.6
trcKernelPortStreamingConfig.h
1 /*
2  * Trace Recorder for Tracealyzer v4.6.6
3  * Copyright 2021 Percepio AB
4  * www.percepio.com
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  *
8  * Configuration parameters for the trace recorder library in streaming mode.
9  * Read more at http://percepio.com/2016/10/05/rtos-tracing/
10  */
11 
12 #ifndef TRC_KERNEL_PORT_STREAMING_CONFIG_H
13 #define TRC_KERNEL_PORT_STREAMING_CONFIG_H
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif /* TRC_KERNEL_PORT_STREAMING_CONFIG_H */