Skip to content

Commit

Permalink
Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 12, 2023
1 parent cdf8e43 commit bacf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/daynaport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit bacf02a

Please sign in to comment.