summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-15 12:45:32 -0800
committerdragonprevost <dragon@dkp.io>2018-11-15 12:45:32 -0800
commit241513bec363481319dd71b6ad3d2040d0c00f8b (patch)
tree953f87dd81482db5c08040279d273dbd8f38485c
parentdbe3864176a739d45a89417b71b71ded99656c86 (diff)
fixed readme formatting
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c102175..d5e6942 100644
--- a/readme.md
+++ b/readme.md
@@ -82,7 +82,7 @@ double xAcc[N_MAX_IMPACT_VALUES], yAcc[N_MAX_IMPACT_VALUES], zAcc[N_MAX_IMPACT_V
recordRes[j++] =
le_avdata_RecordFloat(ref, "impactz", zAcc[i], timestamps[i]);
}
-=======
+```
## Examples
For getting a list of impact information you may follow this example.
@@ -113,5 +113,4 @@ le_result_t result = getCurrentAcceleration(x_val, y_val, z_val);
LE_INFO("Current Acceleration: X: %d - Y: %d - Z: %d");
->>>>>>> 7ba91139470e24608d255ec0156444e26133d935
```