From e742249aff0ea2d1cabe86bdebca836d0e3ab4d4 Mon Sep 17 00:00:00 2001 From: Albert Ou Date: Thu, 12 Mar 2015 17:16:36 -0700 Subject: Fix include guard --- pm/riscv_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm/riscv_test.h b/pm/riscv_test.h index dbe3bd6..38a0e86 100644 --- a/pm/riscv_test.h +++ b/pm/riscv_test.h @@ -1,7 +1,7 @@ // See LICENSE for license details. #ifndef _ENV_PHYSICAL_MULTI_CORE_H -#define _ENV_PHYSICAL_MULTI_CORE_HA +#define _ENV_PHYSICAL_MULTI_CORE_H #include "../p/riscv_test.h" -- cgit v1.1