diff options
Diffstat (limited to 'LibTSforge/PhysicalStore/Common.cs')
| -rw-r--r-- | LibTSforge/PhysicalStore/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/Common.cs b/LibTSforge/PhysicalStore/Common.cs index aef77f8..d0ad4fe 100644 --- a/LibTSforge/PhysicalStore/Common.cs +++ b/LibTSforge/PhysicalStore/Common.cs @@ -4,9 +4,9 @@ namespace LibTSforge.PhysicalStore public enum BlockType : uint { - NONE, // unused + NONE, NAMED, - ATTRIBUTE, //unused + ATTRIBUTE, TIMER } |
