From 8374c5a4f3a26dc612ce4ccfc8705a815a6d26ef Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Wed, 4 Apr 2018 23:32:24 -0700 Subject: [PATCH] AP_HAL_ChibiOS: Remove unused priority level --- libraries/AP_HAL_ChibiOS/Scheduler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/Scheduler.h b/libraries/AP_HAL_ChibiOS/Scheduler.h index cff69587be..c6df1aba20 100644 --- a/libraries/AP_HAL_ChibiOS/Scheduler.h +++ b/libraries/AP_HAL_ChibiOS/Scheduler.h @@ -29,7 +29,6 @@ #define APM_UART_PRIORITY 60 #define APM_STORAGE_PRIORITY 59 #define APM_IO_PRIORITY 58 -#define APM_SHELL_PRIORITY 57 #define APM_STARTUP_PRIORITY 10 /*