diff options
Diffstat (limited to 'demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h index 3da22fc8b..42edb2413 100644 --- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h +++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/chconf.h @@ -331,7 +331,7 @@ *
* @note The default is @p FALSE.
*/
-#define CH_CFG_USE_FACTORY TRUE
+#define CH_CFG_USE_FACTORY FALSE
/**
* @brief Maximum length for object names.
|