Skip to content

Commit

Permalink
fix parse error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed May 12, 2019
1 parent 3dc265f commit 1e0dd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpf/tests/test_Fast.py
Expand Up @@ -165,7 +165,7 @@ def setUp(self):
"RF:00": "RF:P",
}
self.net_cpu.expected_commands = {
'BR:': 'ä!B:02',
'BR:': '#!B:02', # there might be some garbage in front of the command
'ID:': 'ID:NET FP-CPU-002-1 01.03',
'NN:00': 'NN:00,FP-I/O-3208-2 ,01.00,08,20,04,06,00,00,00,00', # 3208 board
'NN:01': 'NN:01,FP-I/O-0804-1 ,01.00,04,08,04,06,00,00,00,00', # 0804 board
Expand Down

0 comments on commit 1e0dd67

Please sign in to comment.