update for philhowever 4.6
This commit is contained in:
parent
1b05077f39
commit
004d92849c
1 changed files with 3 additions and 0 deletions
|
|
@ -8,8 +8,11 @@
|
|||
|
||||
// Pull in base headers to make sure board definitions override the
|
||||
// definitions provided here. Note this file is included in asm and C.
|
||||
// added ifndef after Philhower 4.6.0 release to fix compilation issue
|
||||
#ifndef __ASSEMBLER__
|
||||
#include "hardware/platform_defs.h"
|
||||
#include "pico/config.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// General DVI defines
|
||||
|
|
|
|||
Loading…
Reference in a new issue