Skip to content

Commit

Permalink
fixing style issue with packed_f64.record.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Feb 13, 2024
1 parent b47e583 commit 230b791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/types/packed_types/packed_f64.record.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
description: Single component record for holding packed 64-bit floating point number.
with:
- Interfaces
preamble: |
subtype Float_64 is Interfaces.IEEE_Float_64;
fields:
- name: Value
description: The 64-bit floating point number.
type: Interfaces.IEEE_Float_64
type: Float_64
format: F64

0 comments on commit 230b791

Please sign in to comment.