diff --git a/src/libdvi/dvi_config_defs.h b/src/libdvi/dvi_config_defs.h index 66c1e58..d080bd3 100644 --- a/src/libdvi/dvi_config_defs.h +++ b/src/libdvi/dvi_config_defs.h @@ -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