Skip to content

Commit 5802c1f

Browse files
committed
fix(core/remio): starting identifier
Signed-off-by: João Peixoto <[email protected]>
1 parent 4b6ff0f commit 5802c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/inc/remio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* @brief This header file contains the Remote I/O device interface
99
*/
1010

11-
#ifndef __REMIO_H__
12-
#define __REMIO_H__
11+
#ifndef REMIO_H
12+
#define REMIO_H
1313

1414
#include <bao.h>
1515
#include <emul.h>

0 commit comments

Comments
 (0)