Skip to content

Commit

Permalink
projects: eval-pqmon: remove inexistent headers
Browse files Browse the repository at this point in the history
The header files "maxim_delay.h" and "maxim_init.h" do not exist.
In some cases build errors are generated because of this.
This commit removes them from the list of included headers.

Signed-off-by: Radu Etz <[email protected]>
  • Loading branch information
raezt authored and buha committed Feb 25, 2025
1 parent a2627e9 commit 3a119e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/eval-pqmon/src/platform/maxim/platform_src.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
INCS += $(PLATFORM_DRIVERS)/maxim_delay.h \
$(PLATFORM_DRIVERS)/maxim_gpio.h \
INCS += $(PLATFORM_DRIVERS)/maxim_gpio.h \
$(PLATFORM_DRIVERS)/maxim_spi.h \
$(PLATFORM_DRIVERS)/maxim_init.h \
$(PLATFORM_DRIVERS)/maxim_gpio_irq.h \
$(PLATFORM_DRIVERS)/maxim_irq.h \
$(PLATFORM_DRIVERS)/maxim_i2c.h \
Expand Down

0 comments on commit 3a119e0

Please sign in to comment.