/* * Percepio DFM v2.1.0 * Copyright 2023 Percepio AB * www.percepio.com * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * * @brief DFM dummy cloud port config */ #ifndef DFM_CLOUD_PORT_CONFIG_H #define DFM_CLOUD_PORT_CONFIG_H #ifdef __cplusplus extern "C" { #endif /* Topic size */ #define DFM_CFG_CLOUD_PORT_MAX_TOPIC_SIZE (64) #ifdef __cplusplus } #endif #endif /* DFM_CLOUD_PORT_CONFIG_H */