From aa04506e3d402b5ed4f1674a86b213e0f32a60d8 Mon Sep 17 00:00:00 2001 From: chris <mail@chris007.de> Date: Thu, 22 Aug 2019 12:22:54 +0200 Subject: [PATCH] Style fixes --- epicardium/epicardium.h | 2 +- pycardium/mpconfigport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h index 277869ec..b5766629 100644 --- a/epicardium/epicardium.h +++ b/epicardium/epicardium.h @@ -108,7 +108,7 @@ typedef _Bool bool; #define API_PERSONAL_STATE_IS_PERSISTENT 0xc2 #define API_BME680_INIT 0xD0 -#define API_BME680_DEINIT 0xD1 +#define API_BME680_DEINIT 0xD1 #define API_BME680_GET_DATA 0xD2 /* clang-format on */ diff --git a/pycardium/mpconfigport.h b/pycardium/mpconfigport.h index db2000b3..af27e146 100644 --- a/pycardium/mpconfigport.h +++ b/pycardium/mpconfigport.h @@ -45,6 +45,7 @@ int mp_hal_trng_read_int(void); #define MICROPY_PY_UERRNO (1) /* Modules */ +#define MODULE_BME680_ENABLED (1) #define MODULE_BUTTONS_ENABLED (1) #define MODULE_DISPLAY_ENABLED (1) #define MODULE_GPIO_ENABLED (1) @@ -55,7 +56,6 @@ int mp_hal_trng_read_int(void); #define MODULE_PERSONAL_STATE_ENABLED (1) #define MODULE_UTIME_ENABLED (1) #define MODULE_VIBRA_ENABLED (1) -#define MODULE_BME680_ENABLED (1) /* * This port is intended to be 32-bit, but unfortunately, int32_t for -- GitLab