sittner / linuxcnc-ethercat

LinuxCNC EtherCAT HAL driver
GNU General Public License v2.0
207 stars 137 forks source link

Added bool type definition #64

Closed sirop closed 5 years ago

sirop commented 5 years ago

Set up booltype as:

typedef enum { false, true } bool;

Also adjusted int parseHex(const char *s, int slen, uint8_t *buf) .

sirop commented 5 years ago

Solved by 375aef3c919624879bd7ef3cd189aa1c12578b12 .