diff --git a/boards/amcbldc/system/dictionaries/update_dictionary.m b/boards/amcbldc/system/dictionaries/update_dictionary.m index 3f75bd0f..6956f230 100644 --- a/boards/amcbldc/system/dictionaries/update_dictionary.m +++ b/boards/amcbldc/system/dictionaries/update_dictionary.m @@ -52,7 +52,7 @@ p.Value.thresholds.motorOverloadCurrents = single(10); p.Value.thresholds.motorPwmLimit = uint32(32000); -udpate_entry(section, id, p); +update_entry(section, id, p); saveChanges(dictionary); close(dictionary); @@ -61,7 +61,7 @@ delete('export_dictionary.m'); -function udpate_entry(section, name, val) +function update_entry(section, name, val) entry = find(section, 'Name', name); if isempty(entry)