Skip to content

Commit

Permalink
Merge pull request #7 from Rogdham/programmer-remove-h
Browse files Browse the repository at this point in the history
programmer: remove useless h function
  • Loading branch information
tinyfpga committed Oct 29, 2017
2 parents c62ae56 + 0a39b01 commit 1fc31a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions programmer/tinyfpgab.py
Expand Up @@ -4,10 +4,6 @@
import time


def h(a):
return ' '.join("%02X" % i for i in a)


class TinyFPGAB(object):
def __init__(self, ser, progress=None):
self.ser = ser
Expand Down

0 comments on commit 1fc31a6

Please sign in to comment.