added conditional messages to find command with "-a" option and include condition prefix for CSV format
also allow passing scan messages with --checkconfig and --scanconfig (without --inject) be more verbose on errors in configuration files improved code style
This commit is contained in:
@@ -40,7 +40,7 @@ int main() {
|
||||
|
||||
while (1) {
|
||||
symbol_t byte = 0;
|
||||
result = device->recv(0, byte);
|
||||
result = device->recv(0, &byte);
|
||||
|
||||
if (result == RESULT_OK) {
|
||||
cout << hex << setw(2) << setfill('0')
|
||||
|
||||
Reference in New Issue
Block a user