From 3479b3013ec567fe451e25c018a1e6609304f072 Mon Sep 17 00:00:00 2001 From: Pavel Štemberk Date: Sat, 22 Feb 2014 17:45:15 +0100 Subject: Add support for pic24f PIC24F04KA200, PIC24F04KA201 PIC24F16KL402, PIC24F08KL402, PIC24F16KL401, PIC24F08KL401, PIC24F08KL302, PIC24F08KL301, PIC24F08KL201, PIC24F08KL200, PIC24F04KL101, PIC24F04KL100 Signed-off-by: Michael Buesch --- libtoprammer/chips/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoprammer/chips/__init__.py') diff --git a/libtoprammer/chips/__init__.py b/libtoprammer/chips/__init__.py index e91bc74..396441b 100644 --- a/libtoprammer/chips/__init__.py +++ b/libtoprammer/chips/__init__.py @@ -16,4 +16,4 @@ from m8cissp import * from unitest import * from w29ee011dip32 import * from microchip8 import * -#from microchip16 import * +from microchip16 import * -- cgit v1.2.3