trivial: fix typo
Change-Id: Id6f486bf151c3fb1065e9dcfae445ec120e83a62 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f0da59b062
commit
e161d08756
|
@ -882,7 +882,7 @@ int bmi160_init(struct device *dev)
|
|||
/*
|
||||
* The next command will take around 100ms (contains some necessary busy
|
||||
* waits), but we cannot do it in a separate thread since we need to
|
||||
* guarantee the BMI is up and running, befoare the app's main() is
|
||||
* guarantee the BMI is up and running, before the app's main() is
|
||||
* called.
|
||||
*/
|
||||
if (bmi160_pmu_set(dev, &bmi160->pmu_sts) < 0) {
|
||||
|
|
Loading…
Reference in a new issue