Skip to content

Commit

Permalink
fix data type and format
Browse files Browse the repository at this point in the history
  • Loading branch information
pkotamnives committed Jul 13, 2023
1 parent 3785f0d commit 022cdc4
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 174 deletions.
8 changes: 4 additions & 4 deletions data/zynqmon_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ config:
- name: firefly12bitrate
start: 232
count: 6
type: uint32_t
type: uint16_t
extra: Table=CM_FF_MON;Column=RX12_IS25GBS;Status=1;
mcu_call: firefly_12bitrate
names:
Expand All @@ -172,7 +172,7 @@ config:
- name: fireflyallpresent
start: 240
count: 20
type: uint32_t
type: uint16_t
extra: Table=CM_FF_MON;Column=PRESENT_BIT;Status=1;
mcu_call: firefly_allpresent
names:
Expand All @@ -199,7 +199,7 @@ config:
- name: firefly12optpow
start: 262
count: 72
type: uint32_t
type: uint16_t
extra: Table=CM_FF_MON;Column=RX12_OPTICPOW;Status=1;
mcu_call: firefly_12optpow
names:
Expand All @@ -225,7 +225,7 @@ config:
- name: firefly4optpow
start: 336
count: 32
type: uint32_t
type: uint16_t
extra: Table=CM_FF_MON;Column=XCVR4_OPTICPOW;Status=1;
mcu_call: firefly_12optpow
names:
Expand Down
Loading

0 comments on commit 022cdc4

Please sign in to comment.