1
0
Fork 0

Use PDO bitwise mapping with *_OD_IO_ACCESS

This commit is contained in:
Sl-Alex 2024-10-31 10:35:04 +01:00
parent cdc8cb872a
commit 006e3e3503

View file

@ -30,6 +30,12 @@
#endif
#endif
#if ((CO_CONFIG_PDO)&CO_CONFIG_PDO_BITWISE_MAPPING) != 0
#if ((CO_CONFIG_PDO)&CO_CONFIG_PDO_OD_IO_ACCESS) == 0
#error Bitwise PDO mapping is not possible without CO_CONFIG_PDO_OD_IO_ACCESS
#endif
#endif
#if ((CO_CONFIG_PDO)&CO_CONFIG_PDO_OD_IO_ACCESS) != 0
/*
* Custom function for write dummy OD object. Will be used only from RPDO.