From bacf02aeb1e1a480c0080293a9df973d6705c6a8 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 12 Dec 2023 09:52:01 +0100 Subject: [PATCH] Remove inline --- cpp/devices/daynaport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/devices/daynaport.h b/cpp/devices/daynaport.h index 4381e37c..9bc9fa36 100644 --- a/cpp/devices/daynaport.h +++ b/cpp/devices/daynaport.h @@ -95,7 +95,7 @@ class DaynaPort : public PrimaryDevice // The DaynaPort SCSI Link do a short delay in the middle of transfering // a packet. This is the number of uS that will be delayed between the // header and the actual data. - inline const static int SCSI_DELAY_SEND_DATA_DAYNAPORT_NS = 100'000; + static const int SCSI_DELAY_SEND_DATA_DAYNAPORT_NS = 100'000; enum class read_data_flags_t : uint32_t {