Remove stray endif

This commit is contained in:
cschwinne 2021-02-13 01:48:05 +01:00
parent aa0f4c9985
commit d580dedfc8

View File

@ -64,7 +64,6 @@ void registerUsermods()
#ifdef USERMOD_BME280
usermods.add(new UsermodBME280());
#endif
#endif
#ifdef USERMOD_SENSORSTOMQTT
usermods.add(new UserMod_SensorsToMQTT());
#endif