From dacf244bc8540e3b2e5e052f9ae0e5c66db62a6e Mon Sep 17 00:00:00 2001 From: IgnoreWarnings Date: Wed, 12 Jun 2024 11:48:00 +0000 Subject: [PATCH] fix intendation --- fpga/lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/lib/CMakeLists.txt b/fpga/lib/CMakeLists.txt index 48f7504c4..f58bde1c7 100644 --- a/fpga/lib/CMakeLists.txt +++ b/fpga/lib/CMakeLists.txt @@ -25,7 +25,7 @@ set(SOURCES ips/gpio.cpp ips/intc.cpp ips/pcie.cpp - ips/platform_intc.cpp + ips/platform_intc.cpp ips/rtds.cpp ips/switch.cpp ips/timer.cpp