diff options
author | Christian Pointner <equinox@mur.at> | 2012-06-18 22:21:49 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2012-06-18 22:21:49 +0000 |
commit | bacb3bcc283411b4a0b5b70d38fd4f79a60fe2ea (patch) | |
tree | 76db9f29b5dc814275cbb46344ab45f369c34467 /software | |
parent | timer start stop through DBG0 pin (diff) |
added check for CMD_READ
git-svn-id: https://svn.spreadspace.org/mur.sat@540 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software')
-rw-r--r-- | software/idm/idm.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/software/idm/idm.asm b/software/idm/idm.asm index e039861..b0bce9a 100644 --- a/software/idm/idm.asm +++ b/software/idm/idm.asm @@ -170,9 +170,12 @@ int_spi btfsc STATUS,Z goto int_spi_r ;; other commands + bcf CMD_READ goto int_end int_spi_0 + btfss CMD_READ + goto int_end call rbuf_next movf INDFR,w btfss UNDERRUN |