input config error

This commit is contained in:
Jonas Zeunert
2018-09-14 01:06:06 +02:00
parent 25da106bea
commit 7fbc907c8c
2 changed files with 4 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ int main (int argc, char *argv[])
if(argc != 3) if(argc != 3)
{ {
std::cout << "Usage: " << argv[0] << " <input_config_file> <matrix_config_file>"; std::cout << "Usage: " << argv[0] << " <input_config_file> <matrix_config_file>";
exit(1);
} }
signal(SIGINT, siginthandler); signal(SIGINT, siginthandler);

View File

@@ -1,6 +1,6 @@
{ {
"input_matrix" : "input_matrix" :
{ [
{ {
"name" : "Out hole", "name" : "Out hole",
"address" : 16, "address" : 16,
@@ -186,7 +186,6 @@
"name" : "Rising ball contact", "name" : "Rising ball contact",
"address" : 52, "address" : 52,
"priority" : 2 "priority" : 2
}, }
} ]
}
} }