From fad9af73ac187008cec9d8c1892082fa862631d5 Mon Sep 17 00:00:00 2001 From: Mubin Usman Sayyed Date: Tue, 8 Dec 2020 20:43:15 +0530 Subject: [PATCH] GCC: MicroblazeV9: Fix headers Signed-off-by: Mubin Usman Sayyed --- portable/GCC/MicroBlazeV9/port.c | 1 - portable/GCC/MicroBlazeV9/port_exceptions.c | 1 - portable/GCC/MicroBlazeV9/portasm.S | 1 - portable/GCC/MicroBlazeV9/portmacro.h | 1 - 4 files changed, 4 deletions(-) diff --git a/portable/GCC/MicroBlazeV9/port.c b/portable/GCC/MicroBlazeV9/port.c index c09e75c08..1e8c758a9 100644 --- a/portable/GCC/MicroBlazeV9/port.c +++ b/portable/GCC/MicroBlazeV9/port.c @@ -22,7 +22,6 @@ * https://www.FreeRTOS.org * https://github.com/FreeRTOS * - * 1 tab == 4 spaces! */ /*----------------------------------------------------------- diff --git a/portable/GCC/MicroBlazeV9/port_exceptions.c b/portable/GCC/MicroBlazeV9/port_exceptions.c index d04b89039..e543a807e 100644 --- a/portable/GCC/MicroBlazeV9/port_exceptions.c +++ b/portable/GCC/MicroBlazeV9/port_exceptions.c @@ -22,7 +22,6 @@ * https://www.FreeRTOS.org * https://github.com/FreeRTOS * - * 1 tab == 4 spaces! */ /* Scheduler includes. */ diff --git a/portable/GCC/MicroBlazeV9/portasm.S b/portable/GCC/MicroBlazeV9/portasm.S index 6ce8e8a55..a69967d5b 100644 --- a/portable/GCC/MicroBlazeV9/portasm.S +++ b/portable/GCC/MicroBlazeV9/portasm.S @@ -22,7 +22,6 @@ * https://www.FreeRTOS.org * https://github.com/FreeRTOS * - * 1 tab == 4 spaces! */ /* FreeRTOS includes. */ diff --git a/portable/GCC/MicroBlazeV9/portmacro.h b/portable/GCC/MicroBlazeV9/portmacro.h index b3ddd3f8f..e51fc91de 100644 --- a/portable/GCC/MicroBlazeV9/portmacro.h +++ b/portable/GCC/MicroBlazeV9/portmacro.h @@ -22,7 +22,6 @@ * https://www.FreeRTOS.org * https://github.com/FreeRTOS * - * 1 tab == 4 spaces! */ #ifndef PORTMACRO_H