From 34bb9194a72cf5d1d5ce94af2d5d45b4f86c5887 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 25 Mar 2009 12:07:45 +0100 Subject: Be more FreeRTOS coding style compatible continued --- Demo/PIC18_SDCC/FreeRTOSConfig.h | 2 +- Demo/PIC18_SDCC/Makefile | 2 +- Demo/PIC18_SDCC/main.c | 2 +- Source/portable/SDCC/PIC18/portmacro.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Demo/PIC18_SDCC/FreeRTOSConfig.h b/Demo/PIC18_SDCC/FreeRTOSConfig.h index 4a0dba49..666cd17e 100644 --- a/Demo/PIC18_SDCC/FreeRTOSConfig.h +++ b/Demo/PIC18_SDCC/FreeRTOSConfig.h @@ -19,7 +19,7 @@ * * \file FreeRTOSConfig.h * \brief FreeRTOSConfig.h for SDCC PIC18 (pic16 arch in sddc world) port. -* \brief It is based on other PIC18 port. +* \brief It is based on existing PIC18 port. * \author GAYE Abdoulaye Walsimou, * \date february 2009 * ####################################################################################### diff --git a/Demo/PIC18_SDCC/Makefile b/Demo/PIC18_SDCC/Makefile index 6abddcc2..1c47309a 100644 --- a/Demo/PIC18_SDCC/Makefile +++ b/Demo/PIC18_SDCC/Makefile @@ -17,7 +17,7 @@ ######################################################################################### # # \file Makefile -# \brief Makefile of root project +# \brief Makefile of PIC18/SDCC port # \author GAYE Abdoulaye Walsimou, # \date February 2009 ######################################################################################### diff --git a/Demo/PIC18_SDCC/main.c b/Demo/PIC18_SDCC/main.c index 30dc85c3..3c64ec68 100644 --- a/Demo/PIC18_SDCC/main.c +++ b/Demo/PIC18_SDCC/main.c @@ -19,7 +19,7 @@ * * \file main.c * \brief main function for SDCC PIC18 (pic16 arch in sddc world) port. -* \brief It is based on other PIC18 port. +* \brief It is based on existing PIC18 port. * \author GAYE Abdoulaye Walsimou, * \date february 2009 * ####################################################################################### diff --git a/Source/portable/SDCC/PIC18/portmacro.h b/Source/portable/SDCC/PIC18/portmacro.h index b285905e..223c3dd2 100644 --- a/Source/portable/SDCC/PIC18/portmacro.h +++ b/Source/portable/SDCC/PIC18/portmacro.h @@ -19,7 +19,7 @@ * * \file portmacro.h * \brief portmacro.h for PIC18 SDCC port as required for FreeRTOS -* \brief It is based on other PIC18 port. +* \brief It is based on existing PIC18 port. * \author GAYE Abdoulaye Walsimou, * \date february 2009 * ####################################################################################### -- cgit v1.2.3