commit | bed259f8ebe9471c61d5b21298a3658e45fc95b3 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 26 14:19:53 2023 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Mar 26 14:23:28 2023 -0700 |
tree | c7db446f542fd007041a01306584fa5d5198fcd5 | |
parent | c11db7fce5e8b5973aeda276788ea30d97fe1b71 [diff] |
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 } ] }