diff options
Diffstat (limited to 'os/lib')
-rw-r--r-- | os/lib/src/chfactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/lib/src/chfactory.c b/os/lib/src/chfactory.c index 8384efc2a..b65aad86e 100644 --- a/os/lib/src/chfactory.c +++ b/os/lib/src/chfactory.c @@ -718,7 +718,7 @@ void chFactoryReleaseObjectsFIFO(dyn_objects_fifo_t *dofp) { F_UNLOCK();
}
-#endif /* CH_CFG_FACTORY_MAILBOXES = TRUE */
+#endif /* CH_CFG_FACTORY_OBJ_FIFOS = TRUE */
#endif /* CH_CFG_USE_FACTORY == TRUE */
|