input config error
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user