CANopenNode / CANopenSocket

Obsolete repository, replaced by CANopenDemo and CANopenLinux
Apache License 2.0
208 stars 119 forks source link

fixed 64 bit variables on 32 bit machine #10

Closed martinwag closed 5 years ago

martinwag commented 6 years ago

this fixes u64/s64 read/write functions on 32 bit builds.

see https://github.com/CANopenNode/CANopenSocket/issues/8

martinwag commented 6 years ago

I still get a load of compile warnings from co_trace.c about non fitting printf arguments, but I don't really care about those...