From 720f88cea3321b645f1cf26fadfb718ea0906bb5 Mon Sep 17 00:00:00 2001
From: Alberto Nidasio <alberto.nidasio@skywarder.eu>
Date: Tue, 26 Sep 2023 21:13:05 +0000
Subject: [PATCH] Fixed typo

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

diff --git a/README.md b/README.md
index 7f3555b..6811628 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The input data comes from a 3-axis accelerometer, a 3-axis gyroscope and a barom
 Here are the various measurement units:
 |data         |unit  |
 |-------------|------|
-|timestamp    |ms    |
+|timestamp    |us    |
 |accelerometer|m/s^2 |
 |gyroscope    |rad/s |
-|barometer    |pascal|
\ No newline at end of file
+|barometer    |pascal|
-- 
GitLab