From 4c093804c0f3daf91ec26532618d55da7c3e3e74 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 5 May 2016 09:44:28 +0000 Subject: Added flash interface. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9419 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/streams/nullstreams.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/lib/streams/nullstreams.h') 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 */ /** @} */ -- cgit v1.2.3