From 98e88598b1bb49d59cf20086f028e0799ead9595 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:11:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/simulator/console.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/simulator/console.h') diff --git a/os/hal/ports/simulator/console.h b/os/hal/ports/simulator/console.h index ec74cb45b..8b7d0f1ba 100644 --- a/os/hal/ports/simulator/console.h +++ b/os/hal/ports/simulator/console.h @@ -20,8 +20,8 @@ * @{ */ -#ifndef _CONSOLE_H_ -#define _CONSOLE_H_ +#ifndef CONSOLE_H +#define CONSOLE_H /*===========================================================================*/ /* Driver constants. */ @@ -57,6 +57,6 @@ extern "C" { } #endif -#endif /* _CONSOLE_H_ */ +#endif /* CONSOLE_H */ /** @} */ -- cgit v1.2.3