Skip to content

Commit

Permalink
Note possible hack with registry pad
Browse files Browse the repository at this point in the history
  • Loading branch information
TixoRebel committed Jul 15, 2019
1 parent a991965 commit 866067b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vdml/registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern "C" {
typedef struct {
v5_device_e_t device_type;
V5_DeviceT device_info;
// HACK: Make pad a union of all possible types that can be stored
uint8_t pad[128]; // 16 bytes in adi_data_s_t times 8 ADI Ports = 128
} v5_smart_device_s_t;

Expand Down

0 comments on commit 866067b

Please sign in to comment.