]> sigrok.org Git - libsigrok.git/commit - src/hardware/asix-sigma/protocol.c
asix-sigma: Use proper structure for DRAM lines
authorMarek Vasut <redacted>
Sun, 20 Apr 2014 20:40:38 +0000 (22:40 +0200)
committerBert Vermeulen <redacted>
Wed, 30 Apr 2014 16:45:52 +0000 (09:45 -0700)
commitf41a4cae4966fb0237211d163a7afc581e29cbd7
tree953992473d6378e8ad27e9897405dc026f8bf353
parent3513d965699c663c329955f1a96f79fce73dcc6e
asix-sigma: Use proper structure for DRAM lines

Use proper structure instead of plain buffer of uint8_t for the contents
of DRAM in download_capture(). This is beneficial as we can interpret the
contents easily.

Signed-off-by: Marek Vasut <redacted>
hardware/asix-sigma/asix-sigma.c