]> sigrok.org Git - libsigrok.git/commit - src/hardware/asix-sigma/protocol.c
asix-sigma: Localize variables
authorMarek Vasut <redacted>
Sun, 20 Apr 2014 18:50:10 +0000 (20:50 +0200)
committerBert Vermeulen <redacted>
Wed, 30 Apr 2014 16:45:51 +0000 (09:45 -0700)
commit462fe786641df67e99d67f0f7031e7ca76430981
tree3803e51988a86bf4f712dd1b3746d6662fce2456
parent6057d9fa54fc0c4023e4324cc9540db71ab6cfe7
asix-sigma: Localize variables

The trigger position, stop position and chunk in which the trigger happened
are no longer needed in the global scope. Make those variables local to the
download_capture() function.

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