diff options
author | Christian Pointner <equinox@mur.at> | 2011-05-28 00:37:38 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-05-28 00:37:38 +0000 |
commit | 2544830b8b30a033287a1e14db54853181c026e1 (patch) | |
tree | d01515cc50080ba5925d4407f838edafc801baf0 /software/ttx/Makefile | |
parent | ported code to 12F519 (diff) |
ported code to PIC12F635 (not tested yet)
git-svn-id: https://svn.spreadspace.org/mur.sat@29 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx/Makefile')
-rw-r--r-- | software/ttx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/ttx/Makefile b/software/ttx/Makefile index 526edd3..02c94ec 100644 --- a/software/ttx/Makefile +++ b/software/ttx/Makefile @@ -29,6 +29,6 @@ ## PROJECT := ttx -PROC_TYPE := 10F206 +PROC_TYPE := 12F635 include ../pic.include.mk |