diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-14 18:51:14 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-14 18:51:14 +0200 |
| commit | d92837d75531a447f54a6c4798ddd924f07c8b3e (patch) | |
| tree | be3065607afa6a32f12889b2cd43a6bdfc34788f /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 73196dd48da9d16b6949ab9dec0ae0a5d63accfe (diff) | |
| parent | 35372b50d0b749b4c447f254d6996a6a30620a24 (diff) | |
| download | Tango-d92837d75531a447f54a6c4798ddd924f07c8b3e.tar.gz Tango-d92837d75531a447f54a6c4798ddd924f07c8b3e.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h index d50868064..0bcaecb03 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.h +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h @@ -40,8 +40,8 @@ void ControlStart(void); uint32_t AddControlCallback( ControlCBFunction Callback, CTRL_TIMING_ENUM CtrlFrequency, DataReadCBFunction DriverfPtr, uint16_t IfIndex, uint32_t Parameter1, uint32_t Parameter2 ); int RemoveControlCallback(uint32_t deviceId, ControlCBFunction Callback ); uint32_t TemplateDataReadCBFunction (uint32_t deviceId, uint32_t Parameter1); -uint32_t GetControlDevice_i(void); -uint32_t GetControlLowDevice_i(void); +uint32_t GetControlDevice_i(void); +uint32_t GetControlLowDevice_i(void); extern Task_Handle Control_Task_Handle; extern uint32_t millisecondCounter; |
