diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-15 15:15:42 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-15 15:15:42 +0300 |
| commit | 3bbcc0ab6188e8554a101acffc8c09c267353a22 (patch) | |
| tree | 337d516dccab1c6b86bb828b1b966ba7e13cae6f /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 458ba46f64da0b4f555a592371ae98ad4cbf40e2 (diff) | |
| download | Tango-3bbcc0ab6188e8554a101acffc8c09c267353a22.tar.gz Tango-3bbcc0ab6188e8554a101acffc8c09c267353a22.zip | |
improved IDS, bug in length
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h index ca76ec8e1..450646a68 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.h +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h @@ -47,7 +47,6 @@ int SafeRemoveHighControlCallback(uint32_t deviceId , ControlCBFunction uint32_t TemplateDataReadCBFunction (uint32_t deviceId, uint32_t Parameter1); uint32_t GetControlDevice_i(void); uint32_t GetControlLowDevice_i(void); -ControlCBFunction GetControlCallbackFuncPtr(uint32_t ControlId); ControlCBFunction GetControlCallbackFuncPtr(uint32_t ControlId); |
