diff options
| author | J08nY | 2024-05-30 13:40:39 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-30 13:40:39 +0200 |
| commit | 125675ad8773bee5537091da0f693563f34990af (patch) | |
| tree | 07ed11e3ac9f46329710160c7bdba10da761fcab | |
| parent | 452a942af492b66da2f60bd30d7dcd9cd699fa50 (diff) | |
| download | pyecsca-125675ad8773bee5537091da0f693563f34990af.tar.gz pyecsca-125675ad8773bee5537091da0f693563f34990af.tar.zst pyecsca-125675ad8773bee5537091da0f693563f34990af.zip | |
| -rw-r--r-- | pyecsca/sca/trace_set/inspector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/trace_set/inspector.py b/pyecsca/sca/trace_set/inspector.py index 434826a..e945409 100644 --- a/pyecsca/sca/trace_set/inspector.py +++ b/pyecsca/sca/trace_set/inspector.py @@ -145,7 +145,7 @@ class InspectorTraceSet(TraceSet): 0x67: ("external_clock_time_base", 4, Parsers.read_int, Parsers.write_int), } - _scaled: bool + _scaled: bool = False @classmethod def read(cls, input: Union[str, Path, bytes, BinaryIO], **kwargs) -> "InspectorTraceSet": |
