Example Application 1.0.0
A Zephyr-based example application
Loading...
Searching...
No Matches
custom.h
1/*
2 * Copyright (c) 2021, Legrand North America, LLC.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef APP_LIB_CUSTOM_H_
8#define APP_LIB_CUSTOM_H_
9
20
33int custom_get_value(int val);
34
36
37#endif /* APP_LIB_CUSTOM_H_ */
int custom_get_value(int val)
Return val if non-zero, or Kconfig-controlled default.