diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-05 09:44:28 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-05 09:44:28 +0000 |
commit | 4c093804c0f3daf91ec26532618d55da7c3e3e74 (patch) | |
tree | 4f8214f7d3ad27c6ba9e8c0d87e8712cd6e6a66e /os/hal/lib/peripherals/displays | |
parent | cd7b481ded8d341cd604417de35c12a59f4775b1 (diff) | |
download | ChibiOS-4c093804c0f3daf91ec26532618d55da7c3e3e74.tar.gz ChibiOS-4c093804c0f3daf91ec26532618d55da7c3e3e74.tar.bz2 ChibiOS-4c093804c0f3daf91ec26532618d55da7c3e3e74.zip |
Added flash interface.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9419 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/lib/peripherals/displays')
-rw-r--r-- | os/hal/lib/peripherals/displays/hal_displays.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/lib/peripherals/displays/hal_displays.h b/os/hal/lib/peripherals/displays/hal_displays.h index 046e4e727..78ce1c9f7 100644 --- a/os/hal/lib/peripherals/displays/hal_displays.h +++ b/os/hal/lib/peripherals/displays/hal_displays.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _HAL_DISPLAYS_H_
-#define _HAL_DISPLAYS_H_
+#ifndef HAL_DISPLAYS_H
+#define HAL_DISPLAYS_H
/*===========================================================================*/
/* Driver constants. */
@@ -107,6 +107,6 @@ extern "C" { }
#endif
-#endif /* _HAL_DISPLAYS_H_ */
+#endif /* HAL_DISPLAYS_H */
/** @} */
|