diff options
Diffstat (limited to 'os/hal/include/pal.h')
-rw-r--r-- | os/hal/include/pal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index 8e66eb522..211a2538f 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -28,7 +28,7 @@ #ifndef _PAL_H_
#define _PAL_H_
-#if CH_HAL_USE_PAL || defined(__DOXYGEN__)
+#if HAL_USE_PAL || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */
@@ -525,6 +525,6 @@ extern "C" { #endif /* _PAL_H_ */
-#endif /* CH_HAL_USE_PAL */
+#endif /* HAL_USE_PAL */
/** @} */
|