libsigrok/src/hardware/itech-it8500
Gerhard Sittig 92cd85149a itech-it8500: avoid "new" as a variable identifier
Strictly speaking the "new" identifier is not a reserved word. Still
it's good practice not to use it for variables in C language sources.
Rename variables to "old_bit" and "new_bit" for consistency.
2020-10-06 22:02:20 +02:00
..
api.c itech-it8500: declaration nits 2020-10-06 22:02:20 +02:00
protocol.c itech-it8500: avoid "new" as a variable identifier 2020-10-06 22:02:20 +02:00
protocol.h itech-it8500: declaration nits 2020-10-06 22:02:20 +02:00