Skip to content

Commit c7a0aa2

Browse files
committed
dev: vadc: pm8x41: Fix header guard typo
1 parent db12c13 commit c7a0aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/pmic/pm8x41/include/pm_vadc_hc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
#ifndef _PM_VADC_HC_H_
30-
#define PM_VADC_HC_H_
30+
#define _PM_VADC_HC_H_
3131

3232
#include <sys/types.h>
3333
#include <bits.h>

0 commit comments

Comments
 (0)