Skip to content

Commit 5999c72

Browse files
authored
Fix include name case sensitive
Fix build on Linux and MacOS
1 parent c9ecd4e commit 5999c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/X_NUCLEO_IKS02A1_Audio_Button/WaveEncoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Includes ------------------------------------------------------------------------*/
22
#include <WaveEncoder.h>
3-
#include <String.h>
3+
#include <string.h>
44

55
/* Class Implementation -----------------------------------------------------------------------------*/
66
/* Constructor */

0 commit comments

Comments
 (0)