[bsp]stm32f4xx typo

This commit is contained in:
陈豪 2014-08-12 20:30:55 +08:00
parent 4cf77e255f
commit 1f05b87e5a
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ void SVC_Handler(void)
*/
//void DebugMon_Handler(void)
//{
//definitio in gdb/libcpu/cortexm
// defined in gdb/libcpu/cortexm/gdb_gcc.S
//}
/**
@ -129,7 +129,7 @@ void SVC_Handler(void)
*/
//void PendSV_Handler(void)
//{
// // definition in libcpu/arm/cortex-m4/context_*.S
// // defined in libcpu/arm/cortex-m4/context_*.S
//}
/**
@ -139,7 +139,7 @@ void SVC_Handler(void)
*/
//void SysTick_Handler(void)
//{
// // definition in boarc.c
// // defined in boarc.c
//}
/******************************************************************************/