diff options
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/pal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index 211a2538f..6f3c4a7e5 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -185,6 +185,8 @@ typedef struct { /**
* @brief PAL subsystem initialization.
+ * @note This function is implicitly invoked by @p halInit(), there is
+ * no need to explicitly initialize the driver.
*
* @param[in] config pointer to an architecture specific configuration
* structure. This structure is defined in the low level driver
|