aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Reference/0_BindingTestFunctions.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Reference/0_BindingTestFunctions.md')
-rw-r--r--docs/Reference/0_BindingTestFunctions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Reference/0_BindingTestFunctions.md b/docs/Reference/0_BindingTestFunctions.md
index 03905fa..9674d20 100644
--- a/docs/Reference/0_BindingTestFunctions.md
+++ b/docs/Reference/0_BindingTestFunctions.md
@@ -102,11 +102,11 @@
**_AFT.addEventToMonitor** function.
The table has to have this format:
- ```lua
+```lua
eventGrp = {["api/event_name_1"]=1,["api/event_name_2"]=2,["api/event_name_3"]=5}
- ```
+```
As you can see, in the table, event names are table keys and the value stored are
the number of time that the events have to be received.
Check if events has been correctly received in time (timeout in µs). An
- event name use the application framework naming scheme: **api/event_name**. \ No newline at end of file
+ event name use the application framework naming scheme: **api/event_name**.