From: Uwe Hermann Date: Wed, 30 May 2012 23:03:54 +0000 (+0200) Subject: srd: nunchuk: Enable PD now, it works fine. X-Git-Tag: libsigrokdecode-0.1.1~95 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=365eeed279c3a2089dde413cdbb2a19a7726edb3;ds=sidebyside srd: nunchuk: Enable PD now, it works fine. --- diff --git a/configure.ac b/configure.ac index f42f0f4..6dfaee2 100644 --- a/configure.ac +++ b/configure.ac @@ -160,6 +160,7 @@ AC_CONFIG_FILES([Makefile decoders/mlx90614/Makefile decoders/mx25lxx05d/Makefile decoders/mxc6225xu/Makefile + decoders/nunchuk/Makefile decoders/pan1321/Makefile decoders/rtc8564/Makefile decoders/spi/Makefile diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 0256d16..371b7c3 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -32,6 +32,7 @@ SUBDIRS = \ mlx90614 \ mx25lxx05d \ mxc6225xu \ + nunchuk \ pan1321 \ rtc8564 \ spi \