Skip to content

Commit

Permalink
Fix attribute storage options
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 13, 2023
1 parent 6bddeb8 commit 2692dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lit-icd-app/lit-icd-common/lit-icd-server-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@
"side": "server",
"type": "char_string",
"included": 1,
"storageOption": "NVM",
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "Restart the application",
Expand Down

0 comments on commit 2692dcd

Please sign in to comment.