diff --git a/pycardium/modules/bme680.c b/pycardium/modules/bme680.c index e1d4d9f0586c45717a35e1b102acf8c57b84b174..0cd8da005fedfec2e9aa7d58a592eccdb49bbb7f 100644 --- a/pycardium/modules/bme680.c +++ b/pycardium/modules/bme680.c @@ -36,4 +36,4 @@ const mp_obj_module_t bme_module = { /* Register the module to make it available in Python */ -MP_REGISTER_MODULE(MP_QSTR_bme680, bme_module, MODULE_BME680_ENABLED); \ No newline at end of file +MP_REGISTER_MODULE(MP_QSTR_bme680, bme_module, MODULE_BME680_ENABLED);