From 004d92849c40618897a9ff75a684a8dde2056a8a Mon Sep 17 00:00:00 2001 From: Liz Date: Mon, 23 Jun 2025 08:45:25 -0400 Subject: [PATCH] update for philhowever 4.6 --- src/libdvi/dvi_config_defs.h | 3 +++ 1 file changed, 3 insertions(+) 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