From e3d2b295ed1d1e48ae00437d3a3a7ae6e497f9c0 Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@ensea.fr>
Date: Wed, 2 May 2018 21:31:39 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7483592..20dd192 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,18 @@ Library providing command line program facilities
 Program main loop
 =================
 
-BLC_COMMAND_LOOP(period in micro seconds)
+**BLC_COMMAND_LOOP**(period in micro seconds)
 
 - Eventually acquires the profiling data.
 - Check if it is the iteration limit and pauses in this case.
 - Wait for the keyboard or the waiting semaphores
 - Ready to start, updates the timer
+   
     {
-       Your main activity
+       Your computation
     }
 - Compute the time of the loop
+- Post the enventual posting semaphores
 - Eventually wait for more time (if it is faster that the requested period )
 
 Tutorial
-- 
GitLab