Added missing setting "SYSTEMK_SETTING_DEVICE_TYPE". (#15)
Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #15
This commit is contained in:
parent
2c81bdd052
commit
d86c494d45
1 changed files with 5 additions and 0 deletions
|
|
@ -170,6 +170,11 @@ SystemKResult_T SETTINGS_get_uint32_t(SystemKSettingID_T id, uint32_t *value)
|
|||
result = SYSTEMK_RESULT_SUCCESS;
|
||||
break;
|
||||
|
||||
case SYSTEMK_SETTING_DEVICE_TYPE:
|
||||
*value = BLE_DEVICE_TYPE_32ESPECIAL;
|
||||
result = SYSTEMK_RESULT_SUCCESS;
|
||||
break;
|
||||
|
||||
default:
|
||||
result = SYSTEMK_RESULT_WRONG_DATATYPE;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue