diff --git a/plugins_init.h b/plugins_init.h index 17d0ad11..62406f00 100644 --- a/plugins_init.h +++ b/plugins_init.h @@ -253,6 +253,16 @@ keyway_init(); #endif +#if PNEUMASEAL_ENABLE + extern void pneumaseal_init (void); + pneumaseal_init(); +#endif + +#if THERMISTOR_ENABLE + extern void thermistor_init (void); + thermistor_init(); +#endif + // End third party plugin definitions. #if ODOMETER_ENABLE