Skip to content
Snippets Groups Projects
Commit aa04506e authored by chris007's avatar chris007
Browse files

Style fixes

parent 35e3ae2c
No related branches found
No related tags found
1 merge request!147Integration of BME680 Sensor (#33)
...@@ -45,6 +45,7 @@ int mp_hal_trng_read_int(void); ...@@ -45,6 +45,7 @@ int mp_hal_trng_read_int(void);
#define MICROPY_PY_UERRNO (1) #define MICROPY_PY_UERRNO (1)
/* Modules */ /* Modules */
#define MODULE_BME680_ENABLED (1)
#define MODULE_BUTTONS_ENABLED (1) #define MODULE_BUTTONS_ENABLED (1)
#define MODULE_DISPLAY_ENABLED (1) #define MODULE_DISPLAY_ENABLED (1)
#define MODULE_GPIO_ENABLED (1) #define MODULE_GPIO_ENABLED (1)
...@@ -55,7 +56,6 @@ int mp_hal_trng_read_int(void); ...@@ -55,7 +56,6 @@ int mp_hal_trng_read_int(void);
#define MODULE_PERSONAL_STATE_ENABLED (1) #define MODULE_PERSONAL_STATE_ENABLED (1)
#define MODULE_UTIME_ENABLED (1) #define MODULE_UTIME_ENABLED (1)
#define MODULE_VIBRA_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 * This port is intended to be 32-bit, but unfortunately, int32_t for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment