mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: fix qemu header guards
This commit is contained in:
parent
140afc3800
commit
8c203a610b
@ -18,8 +18,8 @@
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef RIOT_BOARDS_QEMU_I386_BOARD__H_
|
||||
#define RIOT_BOARDS_QEMU_I386_BOARD__H_
|
||||
#ifndef QEMU_I386_BOARD_H_
|
||||
#define QEMU_I386_BOARD_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef RIOT_BOARDS_QEMU_I386_CPU_CONF_H_
|
||||
#define RIOT_BOARDS_QEMU_I386_CPU_CONF_H_
|
||||
#ifndef QEMU_I386_CPU_CONF_H_
|
||||
#define QEMU_I386_CPU_CONF_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user