/* * Copyright (C) 2019 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #ifndef APP_H #define APP_H #ifdef __cplusplus extern "C" { #endif /** * @brief Default text for the message 1 */ #ifndef CONFIG_APP_MSG_1_TEXT #define CONFIG_APP_MSG_1_TEXT "Message 1 defined in header file" #endif #ifdef __cplusplus } #endif #endif /* APP_H */