svghmi/svghmi.c
branchsvghmi
changeset 2817 45bbfb2e120f
parent 2812 68ac5bf43525
child 2819 3b99c908f43b
equal deleted inserted replaced
2816:d813ecfe8941 2817:45bbfb2e120f
   335 
   335 
   336                 if(index < HMI_ITEM_COUNT)
   336                 if(index < HMI_ITEM_COUNT)
   337                 {
   337                 {
   338                     hmi_tree_item_t *dsc = &hmi_tree_item[index];
   338                     hmi_tree_item_t *dsc = &hmi_tree_item[index];
   339                     update_refresh_period(dsc, refresh_period_ms);
   339                     update_refresh_period(dsc, refresh_period_ms);
   340                     printf("OK\n");
       
   341                 }
   340                 }
   342                 else 
   341                 else 
   343                 {
   342                 {
   344                     return -EINVAL;
   343                     return -EINVAL;
   345                 }
   344                 }