We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de1a30 commit 64c4705Copy full SHA for 64c4705
common/include/villas/kernel/devices/ip_device.hpp
@@ -22,7 +22,8 @@ class IpDevice : public PlatformDevice {
22
23
private:
24
IpDevice() = delete;
25
- IpDevice(const std::filesystem::path valid_path) : PlatformDevice(valid_path){};
+ IpDevice(const std::filesystem::path valid_path)
26
+ : PlatformDevice(valid_path){};
27
28
public:
29
size_t addr() const;
0 commit comments