mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/2714/head
parent
1d57ff71f7
commit
064037d519
|
@ -34,7 +34,7 @@
|
|||
* Header files *
|
||||
* *
|
||||
*************************************************************************************************/
|
||||
#include "NCS36510Init.h"
|
||||
#include "ncs36510Init.h"
|
||||
|
||||
void fPmuInit(void);
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue