]> sigrok.org Git - libsigrok.git/commit
beaglelogic: Split beaglelogic code into .h and .c file
authorKumar Abhishek <redacted>
Mon, 24 Jul 2017 14:46:05 +0000 (14:46 +0000)
committerUwe Hermann <redacted>
Tue, 26 Sep 2017 16:14:46 +0000 (18:14 +0200)
commit88d2037bcac00ba081ad450434acd2bee7beedfc
treeb7fbdc216db7883b52807eda6f0f01bed8a24c1b
parente71062d99b0dd565258abb5a3d975379bf9febdb
beaglelogic: Split beaglelogic code into .h and .c file

The code earlier was in a single .h file, so it's now separated into a C file
and H file

Signed-off-by: Kumar Abhishek <redacted>
Makefile.am
src/hardware/beaglelogic/beaglelogic.h
src/hardware/beaglelogic/beaglelogic_native.c [new file with mode: 0644]