Skip to content

Commit 03dc412

Browse files
kltsengAnas Nashif
authored andcommitted
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 <[email protected]> (cherry picked from commit 4533734)
1 parent ec8c508 commit 03dc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/aon_counter/aon_api/src/test_aon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Header file for AON cases
1212
*/
1313

14-
#ifndef __TEST_AON_H_
14+
#ifndef __TEST_AON_H__
1515
#define __TEST_AON_H__
1616

1717
#include <counter.h>

0 commit comments

Comments
 (0)