git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9258 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5f5901d75b
commit
7deaa69037
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue