Example Application
1.0.0
A Zephyr-based example application
Loading...
Searching...
No Matches
app
lib
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
33
int
custom_get_value
(
int
val);
34
36
37
#endif
/* APP_LIB_CUSTOM_H_ */
custom_get_value
int custom_get_value(int val)
Return val if non-zero, or Kconfig-controlled default.
Generated by
1.14.0