kopia lustrzana https://github.com/luigifcruz/pico-stuff
Fix indentation.
rodzic
fc390b52a9
commit
b8f6e6f387
|
@ -23,17 +23,17 @@
|
||||||
#define ASSERT_OK(X) { if (X == false) return false; };
|
#define ASSERT_OK(X) { if (X == false) return false; };
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int16_t AC1;
|
int16_t AC1;
|
||||||
int16_t AC2;
|
int16_t AC2;
|
||||||
int16_t AC3;
|
int16_t AC3;
|
||||||
uint16_t AC4;
|
uint16_t AC4;
|
||||||
uint16_t AC5;
|
uint16_t AC5;
|
||||||
uint16_t AC6;
|
uint16_t AC6;
|
||||||
int16_t B1;
|
int16_t B1;
|
||||||
int16_t B2;
|
int16_t B2;
|
||||||
int16_t MB;
|
int16_t MB;
|
||||||
int16_t MC;
|
int16_t MC;
|
||||||
int16_t MD;
|
int16_t MD;
|
||||||
} bmp_calib_param_t;
|
} bmp_calib_param_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -252,4 +252,4 @@ bool bmp_init(bmp_t* bmp) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue