aon_counter test: fix misspelling in the header include guard
The include guard has a misspelling. Jira: ZEP-1746 Change-Id: I4d8000ef5c8e037f80acbf2491d0b9466670816a Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
This commit is contained in:
parent
ac27101f64
commit
4533734dc6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
* Header file for AON cases
|
||||
*/
|
||||
|
||||
#ifndef __TEST_AON_H_
|
||||
#ifndef __TEST_AON_H__
|
||||
#define __TEST_AON_H__
|
||||
|
||||
#include <counter.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue