- fixed compilation problem when compiling without GOOSE support (#325)

pull/331/head
Michael Zillgith 4 years ago
parent 8b82cd34e1
commit 1bb76893a2

@ -763,7 +763,9 @@ MmsMapping_configureSettingGroups(MmsMapping* self)
void void
MmsMapping_useIntegratedGoosePublisher(MmsMapping* self, bool enable) MmsMapping_useIntegratedGoosePublisher(MmsMapping* self, bool enable)
{ {
#if (CONFIG_INCLUDE_GOOSE_SUPPORT == 1)
self->useIntegratedPublisher = enable; self->useIntegratedPublisher = enable;
#endif
} }
void void

Loading…
Cancel
Save