Remove hardcoded path
This commit is contained in:
parent
1caca1ec61
commit
c319b79328
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
// based on PICO_CONFIG_HEADER_FILES:
|
// based on PICO_CONFIG_HEADER_FILES:
|
||||||
|
|
||||||
#include "/home/earle/src/pico/pico-sdk/src/boards/include/boards/pico.h"
|
#include "../../pico-sdk/src/boards/include/boards/pico.h"
|
||||||
|
|
||||||
// based on PICO_RP2040_CONFIG_HEADER_FILES:
|
// based on PICO_RP2040_CONFIG_HEADER_FILES:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue