summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-07-10 02:03:29 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-07-10 02:03:29 +0000
commit2ae63194559851d93d6be5b27e02af1fccb56db3 (patch)
tree67c80c42a3f6cd51de0876dd5e4ced714bba4abe
parentreenabled read flash (diff)
cleanup
git-svn-id: https://svn.spreadspace.org/pic/trunk@67 a09c6847-51d9-44de-8ef2-e725cf50f3c7
-rw-r--r--bootloader/ihexpic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/ihexpic.py b/bootloader/ihexpic.py
index 77b2929..e30204c 100644
--- a/bootloader/ihexpic.py
+++ b/bootloader/ihexpic.py
@@ -190,7 +190,6 @@ class IHexPic(object):
raise ValueError('Source dictionary should have only int keys')
self._buf.update(s)
- # TODO: fix this so it works with 16bit data
def write_to_file(self, f):
"""Write data to file f in HEX format.