X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fsdcard_spi%2F__init__.py;h=a0945162a17332af5e0c377460f5fbd014b3ba81;hb=5c723a57ebf09047b0fad0adab0f99c20e1b7d99;hp=293b654fd033aa13da177b838ac4ace9ab55fab4;hpb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;p=libsigrokdecode.git diff --git a/decoders/sdcard_spi/__init__.py b/decoders/sdcard_spi/__init__.py index 293b654..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,5 +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