Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V2.1.10.0, V2.1.11.0, V2.1.11.1, V2.1.11.2, V2.1.11.3, V2.1.11.4, V2.1.11.5, V2.1.11.6, V2.1.11.7, V2.1.11.8, V2.1.11.9, V2.1.11.10, V2.1.11.11, V2.1.12.0, V2.1.13.0, V2.1.14.0, V2.1.14.1, V2.1.14.2, V2.1.15.0
-
Fix Version/s: V2.1.15.1
-
Component/s: Module Loader
-
Labels:None
-
Account:SDO rcX (SDORCX)
Description
The functions Drv_IOSetLevel() and Drv_IOGetLevel() share the same index
Except from rX_Functions.h
...
RX_JUMP_TABLE(717, DRV_IO_GETDIR , Drv_IOGetDirection)
RX_JUMP_TABLE(718, DRV_IO_SETLEVEL , Drv_IOSetLevel)
RX_JUMP_TABLE(718, DRV_IO_GETLEVEL , Drv_IOGetLevel)
RX_JUMP_TABLE(720, DRV_IO_SETBANK , Drv_IOSetBank)...