not supported at this time at least
author"Darron Broad" <darron@kewl.org>
Fri, 11 Jan 2019 12:16:27 +0000
changeset 1075 7523de4f2606
parent 1074 db7122d358f3
child 1076 8331134fb987
not supported at this time at least
src/pic16n.c
--- a/src/pic16n.c	Thu Jan 10 13:39:34 2019 +0000
+++ b/src/pic16n.c	Fri Jan 11 12:16:27 2019 +0000
@@ -208,6 +208,9 @@
 	char s[BUFLEN];
 
 	for (dev = 0; pic16n_map[dev].deviceid; ++dev) {
+		if (pic16n_map[dev].datasheet == DS40001874F)
+			continue;
+
 		for (i = 0; pic16n_map[dev].devicename[i] && i < BUFLEN; ++i)
 			s[i] = tolower(pic16n_map[dev].devicename[i]);
 		s[i] = 0;