diff options
Diffstat (limited to 'os/io/templates/pal_lld.h')
-rw-r--r-- | os/io/templates/pal_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/io/templates/pal_lld.h b/os/io/templates/pal_lld.h index f594dd143..cd68f605d 100644 --- a/os/io/templates/pal_lld.h +++ b/os/io/templates/pal_lld.h @@ -18,8 +18,8 @@ */
/**
- * @file src/templates/pal_lld.h
- * @brief PAL subsystem low level driver template
+ * @file os/io/templates/pal_lld.h
+ * @brief PAL subsystem low level driver header template
* @addtogroup PAL_LLD
* @{
*/
@@ -91,7 +91,7 @@ typedef uint32_t ioportid_t; /*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, if so please put them in a file named pal_lld.c. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**
|