Wirepas SDK
Main Page
Related Pages
Data Structures
Files
Example applications
File List
Globals
band_config.h
Go to the documentation of this file.
1
/* Copyright 2025 Wirepas Ltd. All Rights Reserved.
2
*
3
* See file LICENSE.txt for full license details.
4
*
5
*/
6
7
else
8
{
9
return
APP_RES_INVALID_VALUE
;
10
}
11
return
lib_radio_cfg->bandSetup(band_mask);
12
#else
13
(void)band_group;
14
return
APP_RES_NOT_IMPLEMENTED
;
15
#endif
16
}
17
18
#endif
19
APP_RES_NOT_IMPLEMENTED
@ APP_RES_NOT_IMPLEMENTED
Definition:
wms_app.h:208
APP_RES_INVALID_VALUE
@ APP_RES_INVALID_VALUE
Definition:
wms_app.h:210