fix compile error

This commit is contained in:
Ardi Loot 2022-11-28 18:22:50 +02:00
parent 8c5f717a5c
commit 3ecdfee602

View File

@ -327,6 +327,7 @@ void registerUsermods()
#ifdef SD_ADAPTER
usermods.add(new UsermodSdCard());
#endif
#ifdef USERMOD_PWM_OUTPUTS
usermods.add(new PwmOutputsUsermod());