X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fsdcard_spi%2F__init__.py;h=a0945162a17332af5e0c377460f5fbd014b3ba81;hb=392a5d1ef4bb356be248589dad28d0bd83411c49;hp=60f6d9853d09366e1ef41a22c8c4f009ef368214;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;p=libsigrokdecode.git diff --git a/decoders/sdcard_spi/__init__.py b/decoders/sdcard_spi/__init__.py index 60f6d98..a094516 100644 --- a/decoders/sdcard_spi/__init__.py +++ b/decoders/sdcard_spi/__init__.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' @@ -66,4 +65,4 @@ SPI mode properties (differences to SD mode): * The RCA register is not accessible in SPI mode. ''' -from .pd import * +from .pd import Decoder