Use correct capitalization of this header
On Linux systems, include files are case sensitive. This avoids a build error including the pico_dsp header.
This commit is contained in:
parent
fdc2f72477
commit
42c281f291
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
#include "hardware/irq.h"
|
#include "hardware/irq.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "PICO_DSP.h"
|
#include "pico_dsp.h"
|
||||||
#include "font8x8.h"
|
#include "font8x8.h"
|
||||||
#include "include.h"
|
#include "include.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#include "hardware/irq.h"
|
#include "hardware/irq.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "PICO_DSP.h"
|
#include "pico_dsp.h"
|
||||||
#include "font8x8.h"
|
#include "font8x8.h"
|
||||||
#include "include.h"
|
#include "include.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue