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/2678/head
Brian Daniels 2016-09-12 23:10:13 -05:00
parent e9d0fbd178
commit a929bbb161
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
* Header files *
* *
*************************************************************************************************/
#include "NCS36510Init.h"
#include "ncs36510Init.h"
void fPmuInit(void);
/**