Skip to content

Commit 064037d

Browse files
bridadanadbridge
authored andcommitted
Fixing NCS36510 compile on Linux
There was a case sensitivity issue when compiling the NCS36510 on Linux. This commit changes the include directive to the proper case.
1 parent 1d57ff7 commit 064037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/ncs36510Init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Header files *
3535
* *
3636
*************************************************************************************************/
37-
#include "NCS36510Init.h"
37+
#include "ncs36510Init.h"
3838

3939
void fPmuInit(void);
4040
/**

0 commit comments

Comments
 (0)