Make some code-style fixes

This commit is contained in:
Michael Schaeuble
2016-08-03 16:46:37 +02:00
committed by Lorenz Meier
parent a3a855203c
commit 8566cabd76
2 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -23,11 +23,8 @@ set(config_module_list
drivers/device
modules/sensors
platforms/posix/drivers/df_ms5607_wrapper
<<<<<<< c4eb65862f307de4b679e24f44fab0c565d7c2a3
platforms/posix/drivers/df_mpu6050_wrapper
=======
platforms/posix/drivers/df_ak8963_wrapper
>>>>>>> Add DF wrapper for AK8963
#
# System commands
@@ -105,4 +102,5 @@ set(config_module_list
set(config_df_driver_list
ms5607
mpu6050
ak8963
)