Z-Wave Protocol Controller Reference
user_credential_definitions.hpp
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2024 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
14#ifndef USER_CREDENTIAL_DEFINITIONS_HPP
15#define USER_CREDENTIAL_DEFINITIONS_HPP
16
17// Log
18#include "sl_log.h"
19
20#ifndef ATTRIBUTE
21#define ATTRIBUTE(type) ATTRIBUTE_COMMAND_CLASS_USER_CREDENTIAL_##type
22#endif
23
24constexpr char LOG_TAG[] = "zwave_command_class_user_credential";
25
26#endif // USER_CREDENTIAL_DEFINITIONS_HPP
constexpr char LOG_TAG[]
Definition: user_credential_definitions.hpp:24