mgaman / PDUlib

Encode/Decode PDU strings for use with most GSM modems. Both 7 bit and 16 bit alphabets are supported.
GNU Lesser General Public License v2.1
22 stars 10 forks source link

Symbols repeated thus waasting space #12

Closed mgaman closed 2 years ago

mgaman commented 2 years ago

The translation tables in pdulib.h should be moved to a new location to avoid multiple copies being generated. This is not a bug that generates faulty code but it does waste space which is bad in the embedded e.g Arduino world

mgaman commented 2 years ago

Fixed in Version 5.1