aboutsummaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/device.h b/include/device.h
index 8bc661a..b928dc2 100644
--- a/include/device.h
+++ b/include/device.h
@@ -127,15 +127,15 @@ protected:
static std::chrono::milliseconds default_delay ;
};
-class Stick10 : public Device {
+class Device_NKPro : public Device {
public:
- Stick10();
+ Device_NKPro();
};
-class Stick20 : public Device {
+class Device_NKStorage : public Device {
public:
- Stick20();
+ Device_NKStorage();
};
}
}