don't depend on EXT_NOTIFY_OUT being defined.

This commit is contained in:
Thomas Göttgens
2022-10-22 13:45:43 +02:00
parent d4ddcdd91e
commit d817889255
2 changed files with 2 additions and 12 deletions

View File

@@ -12,8 +12,8 @@
*/
class ExternalNotificationModule : public SinglePortModule, private concurrency::OSThread
{
uint32_t output = EXT_NOTIFY_OUT;
uint32_t output = 0;
public:
ExternalNotificationModule();