]> sigrok.org Git - libsigrok.git/commitdiff
sr: chronovu-la8: Split code into api.c and driver.c.
authorUwe Hermann <redacted>
Thu, 21 Jun 2012 20:36:13 +0000 (22:36 +0200)
committerUwe Hermann <redacted>
Thu, 21 Jun 2012 21:34:38 +0000 (23:34 +0200)
We should generally use api.c for API related functions and put the other
functions (mostly hardware-specific low-level code) into other C file(s)
for better readability.


No differences found