git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13387 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-03-05 09:31:08 +00:00
parent c3c00c4d41
commit 03dc4b4c9b
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
/**
* @brief Use OSAL delays.
* @details If set to @p TRUE then delays are implemented using the
* thread-friendy delay function else a delay function must
* be provided extenally.
* thread-friendly delay function else a delay function must
* be provided externally.
*/
#if !defined(SW_I2C_USE_OSAL_DELAY) || defined(__DOXYGEN__)
#define SW_I2C_USE_OSAL_DELAY TRUE