Remove unused enum

This commit is contained in:
Peter Butzhammer
2024-05-13 10:01:44 +02:00
parent 18659454f5
commit 0c1d5067c2

View File

@@ -1,9 +0,0 @@
namespace Sharp7.Rx.Enums;
internal enum CpuType
{
S7_300,
S7_400,
S7_1200,
S7_1500
}