Skip to content
Snippets Groups Projects
Commit 89632c52 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Minor changes in the cfg file.

parent d5a6f6cf
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ gen.const("gyro_normal", int_t, 0, "Normal"),
gen.const("gyro_fast_pwr_up", int_t, 1, "Fast power up"),
gen.const("gyro_deep_suspend", int_t, 2, "Deep suspend"),
gen.const("gyro_suspend", int_t, 3, "Suspend"),
gen.const("gyro_adv_pwr_save", int_t, 4, "Advanced power save"),
gen.const("gyro_adv_pwr_save", int_t, 4, "Advanced power save")
], "Gyroscope power modes.")
mag = gen.add_group("Magnetometer")
......@@ -126,7 +126,7 @@ mag_pwr_mode = gen.enum([
gen.const("mag_normal", int_t, 0, "Normal"),
gen.const("mag_sleep", int_t, 32, "Sleep"),
gen.const("mag_suspend", int_t, 64, "Suspend"),
gen.const("mag_force_mode", int_t, 96, "Force mode"),
gen.const("mag_force_mode", int_t, 96, "Force mode")
], "Magnetometer power modes.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment