Ivan Kluchnikov wrote:
I didn't have breakfast yet but I think ARRAY_SIZE(tx_integer) is 16 but the last element is never looked at. Can you confirm/reject?
You are right ARRAY_SIZE(tx_integer) is 16, actually it is my mistake,
You can avoid such mistakes by consistently using ARRAY_SIZE() when you want to use the size of an array. Please do. Thanks!
//Peter