Merge pull request #619 from martinbudden/bf_whitespace2
Changed tabs to spaces
This commit is contained in:
commit
2b27016f51
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
#define BLOCK_DATA_UPDATE_CONTINUOUS ((uint8_t)0x00)
|
#define BLOCK_DATA_UPDATE_CONTINUOUS ((uint8_t)0x00)
|
||||||
|
|
||||||
#define BLE_MSB ((uint8_t)0x40)
|
#define BLE_MSB ((uint8_t)0x40)
|
||||||
|
|
||||||
#define BOOT ((uint8_t)0x80)
|
#define BOOT ((uint8_t)0x80)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define MPU6000_CONFIG 0x1A
|
#define MPU6000_CONFIG 0x1A
|
||||||
|
|
||||||
#define BITS_DLPF_CFG_256HZ 0x00
|
#define BITS_DLPF_CFG_256HZ 0x00
|
||||||
#define BITS_DLPF_CFG_188HZ 0x01
|
#define BITS_DLPF_CFG_188HZ 0x01
|
||||||
|
|
Loading…
Reference in New Issue