]> sigrok.org Git - libsigrok.git/commit
input/logicport: unobfuscate 64-bit-clean bit mask literals
authorGerhard Sittig <redacted>
Mon, 21 May 2018 18:08:14 +0000 (20:08 +0200)
committerGerhard Sittig <redacted>
Mon, 21 May 2018 18:15:48 +0000 (20:15 +0200)
commit20358f90b40a9ecb35529b1cd64bbc44f64beff2
tree6a92e8667e3160876f8f9b87d8de388612f1dd68
parent67765e465aaa8cb68de0b975fbd566169e78caf8
input/logicport: unobfuscate 64-bit-clean bit mask literals

Prefer the more portable UINT64_C() macro over the UL suffix when a
literal needs to span "more than 31 bit positions". Adjust other
locations for consistency across the source file.
src/input/logicport.c