digidotcom / xbee_ansic_library

A collection of portable ANSI C code for communicating with Digi International's XBee wireless radio modules in API mode.
204 stars 116 forks source link

Minor build changes #38

Closed tomlogic closed 5 months ago

tomlogic commented 5 months ago

Fixes #37 and quiets a compiler warning with an explicit cast from size_t to unsigned for a %u format specifier.