Make netcomm more important

The drivers were reporting loss of communications.  Let's make this
higher than any other network communication.

Change-Id: Id601f14ca7b3e4be5b7da50a3af2d0c46457ed08
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/starter/roborio_irq_config.json b/aos/starter/roborio_irq_config.json
index 7b1d536..874de5a 100644
--- a/aos/starter/roborio_irq_config.json
+++ b/aos/starter/roborio_irq_config.json
@@ -35,7 +35,7 @@
     {
       "name": "FRC_NetCommDaem",
       "scheduler": "SCHEDULER_FIFO",
-      "priority": 15
+      "priority": 25
     }
   ]
 }