]> sigrok.org Git - libsigrokdecode.git/commit
irmp: address unbalanced preprocessor condition (PIC workaround)
authorGerhard Sittig <redacted>
Sat, 22 Feb 2020 05:38:19 +0000 (06:38 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:25:46 +0000 (15:25 +0200)
commita9f2b88c3f74e0b776bfaee56402bb7682026a64
treecb200e2e4df7e9032d66c65cdce2b14307460a15
parent497d973027e3a9691b76f660c85400e4fe265773
irmp: address unbalanced preprocessor condition (PIC workaround)

The #else inside a multi line comment in combination with the excess yet
commented #endif threw off my editor's syntax highlighting and parentheses
matching. Use "#if 0" instead to disable the empty side of ANALYZE macros
which some PIC compilers are said to not support. No change in behaviour.
irmp/irmp.c