Added -p command line option to allow selection of port dependent processor.
[fw/sdcc] / src / pic / main.c
index 96ae3b39c83261f62220f279c2b27ada7fb9e2bb..d2693844c5d80b2f9098e354be20ab48e83956b7 100644 (file)
@@ -234,6 +234,7 @@ PORT pic_port =
   TARGET_ID_PIC,
   "pic14",
   "MCU pic",                   /* Target name */
+  NULL,                         /* Processor */
   {
     TRUE,                      /* Emit glue around main */
     MODEL_SMALL | MODEL_LARGE | MODEL_FLAT24,