mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: disable pipes API
not used
This commit is contained in:
parent
bbd25350eb
commit
ceb0ec70f9
@ -406,7 +406,7 @@
|
|||||||
* @note The default is @p TRUE.
|
* @note The default is @p TRUE.
|
||||||
*/
|
*/
|
||||||
#if !defined(CH_CFG_USE_PIPES)
|
#if !defined(CH_CFG_USE_PIPES)
|
||||||
#define CH_CFG_USE_PIPES TRUE
|
#define CH_CFG_USE_PIPES FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -490,7 +490,7 @@
|
|||||||
* @brief Enables factory for Pipes.
|
* @brief Enables factory for Pipes.
|
||||||
*/
|
*/
|
||||||
#if !defined(CH_CFG_FACTORY_PIPES) || defined(__DOXYGEN__)
|
#if !defined(CH_CFG_FACTORY_PIPES) || defined(__DOXYGEN__)
|
||||||
#define CH_CFG_FACTORY_PIPES TRUE
|
#define CH_CFG_FACTORY_PIPES FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user