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
Brian Daniels 2016-09-12 23:10:13 -05:00 committed by Anna Bridge
parent 1d57ff71f7
commit 064037d519
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);
/**