Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/libdvi/dvi_config_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading