Crystalix007 / U2FDevice

An implementation of the U2F device protocol for Raspberry Pi 0
GNU General Public License v3.0
64 stars 6 forks source link

IO.cpp should be "ifdef DEBUG_MSGS" not "if DEBUG_MSGS" #2

Closed alphathegeek closed 5 years ago

alphathegeek commented 5 years ago

line 136 should be "ifdef DEBUG_MSGS" and not:

if DEBUG_MSGS

only occurs if "DEBUG_MSGS" is defined, fine otherwise.