]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit
fx2lafw: fixup missing semicolon after macro "function call"
authorGerhard Sittig <redacted>
Fri, 29 Dec 2017 15:05:04 +0000 (16:05 +0100)
committerUwe Hermann <redacted>
Wed, 24 Jan 2018 18:03:33 +0000 (19:03 +0100)
commit14d3dfb79dca9e261dbebd5a381155e5a93ce0e0
tree5015a6fa3b2f3fe9c480aaf84653646327918a02
parent57b6b3a357e22769e7cbb4416c93bedbdd0c0ec6
fx2lafw: fixup missing semicolon after macro "function call"

Since RESETFIFO() macro currently is "phrased unfortunately", the call
site got away with the omission of a semicolon. Adding the missing
semicolon does not harm the current implementation, and unbreaks the
build when RESETFIFO() gets improved in the future.
fx2lafw.c