Const a small array.

This commit is contained in:
px4dev 2013-03-10 14:13:33 -07:00
parent cac392140f
commit f81d514dbd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ struct param_wbuf_s {
UT_array *param_values;
/** array info for the modified parameters array */
UT_icd param_icd = {sizeof(struct param_wbuf_s), NULL, NULL, NULL};
const UT_icd param_icd = {sizeof(struct param_wbuf_s), NULL, NULL, NULL};
/** parameter update topic */
ORB_DEFINE(parameter_update, struct parameter_update_s);