BusPirate / Bus_Pirate

Community driven firmware and hardware for Bus Pirate version 3 and 4
625 stars 130 forks source link

Use null-terminated strings #63

Closed andersm closed 7 years ago

andersm commented 7 years ago

Use null-terminated strings instead of passing the length as a parameter.

This saves about 670 bytes of code space on v3, and 990 bytes on v4.