Percepio Trace Recorder v4.8.0.hotfix1
Loading...
Searching...
No Matches
trcKernelPortStreamingConfig.h
1/*
2 * Trace Recorder for Tracealyzer v4.8.0.hotfix1
3 * Copyright 2023 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
16extern "C" {
17#endif
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* TRC_KERNEL_PORT_STREAMING_CONFIG_H */