input config error
This commit is contained in:
@@ -24,6 +24,7 @@ int main (int argc, char *argv[])
|
||||
if(argc != 3)
|
||||
{
|
||||
std::cout << "Usage: " << argv[0] << " <input_config_file> <matrix_config_file>";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
signal(SIGINT, siginthandler);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"input_matrix" :
|
||||
{
|
||||
[
|
||||
{
|
||||
"name" : "Out hole",
|
||||
"address" : 16,
|
||||
@@ -186,7 +186,6 @@
|
||||
"name" : "Rising ball contact",
|
||||
"address" : 52,
|
||||
"priority" : 2
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user