git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9258 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-04-09 11:11:37 +00:00
parent 5f5901d75b
commit 7deaa69037
2 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ CSRC = $(STARTUPSRC) \
$(BOARDSRC) \ $(BOARDSRC) \
$(TESTSRC) \ $(TESTSRC) \
$(NASAOSALSRC) \ $(NASAOSALSRC) \
$(CHIBIOS)/os/common/abstractions/nasa_osal/lib/cfe_psp_chibios.c \ $(CHIBIOS)/os/common/abstractions/nasa_osal/lib/cfe_psp_support.c \
main.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global # C++ sources that can be compiled in ARM or THUMB mode depending on the global

View File

@ -15,10 +15,10 @@
*/ */
/** /**
* @file cfe_psp_chibios.c * @file cfe_psp_support.c
* @brief CFE PSP module code. * @brief CFE PSP support module code.
* *
* @addtogroup nasa_cfe_psp * @addtogroup nasa_cfe_psp_support
* @{ * @{
*/ */