]> sigrok.org Git - libsigrok.git/commit
itech-it8500: avoid "new" as a variable identifier
authorGerhard Sittig <redacted>
Tue, 6 Oct 2020 17:26:36 +0000 (19:26 +0200)
committerGerhard Sittig <redacted>
Tue, 6 Oct 2020 20:02:20 +0000 (22:02 +0200)
commit92cd85149a2497e6eecd8f35e43893b905dc2faa
treeac8926eb44a5b3f5971a1278c935a20c5d8c5c07
parent8c8fff477310550170f5441e24d87673c472f624
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.
src/hardware/itech-it8500/protocol.c