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/streams/nullstreams.h | |
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/streams/nullstreams.h')
-rw-r--r-- | os/hal/lib/streams/nullstreams.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/lib/streams/nullstreams.h b/os/hal/lib/streams/nullstreams.h index 37cb6a4e2..f174ee3a6 100644 --- a/os/hal/lib/streams/nullstreams.h +++ b/os/hal/lib/streams/nullstreams.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _NULLSTREAMS_H_
-#define _NULLSTREAMS_H_
+#ifndef NULLSTREAMS_H
+#define NULLSTREAMS_H
/*===========================================================================*/
/* Driver constants. */
@@ -81,6 +81,6 @@ extern "C" { }
#endif
-#endif /* _NULLSTREAMS_H_ */
+#endif /* NULLSTREAMS_H */
/** @} */
|