diff options
Diffstat (limited to 'os/hal/src/spi.c')
-rw-r--r-- | os/hal/src/spi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/src/spi.c b/os/hal/src/spi.c index d1102cc6e..966db3de5 100644 --- a/os/hal/src/spi.c +++ b/os/hal/src/spi.c @@ -48,6 +48,8 @@ /**
* @brief SPI Driver initialization.
+ * @note This function is implicitly invoked by @p halInit(), there is
+ * no need to explicitly initialize the driver.
*
* @init
*/
|