summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-03-25 12:07:45 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-03-25 12:07:45 +0100
commit34bb9194a72cf5d1d5ce94af2d5d45b4f86c5887 (patch)
tree7748ca6ab8e785f939b24b7b780030a34b6349fc
parentdc6c6c49bf334cc2aaa6a948ec815a07626b7a70 (diff)
downloadfreertos-34bb9194a72cf5d1d5ce94af2d5d45b4f86c5887.tar.gz
freertos-34bb9194a72cf5d1d5ce94af2d5d45b4f86c5887.tar.bz2
freertos-34bb9194a72cf5d1d5ce94af2d5d45b4f86c5887.tar.xz
Be more FreeRTOS coding style compatible continued
-rw-r--r--Demo/PIC18_SDCC/FreeRTOSConfig.h2
-rw-r--r--Demo/PIC18_SDCC/Makefile2
-rw-r--r--Demo/PIC18_SDCC/main.c2
-rw-r--r--Source/portable/SDCC/PIC18/portmacro.h2
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, <walsimou@walsimou.com>
* \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, <walsimou@walsimou.com>
# \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, <walsimou@walsimou.com>
* \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, <walsimou@walsimou.com>
* \date february 2009
* #######################################################################################