From ccbe3fbfbb92e31022f239e14ca938c898961e13 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 30 Jul 2015 00:15:21 +0200 Subject: [PATCH] ARM: prettify cmsis-core_cm0.h. This is just wording for the Teacup changes notes consistent with the other cmsis- files. --- cmsis-core_cm0.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cmsis-core_cm0.h b/cmsis-core_cm0.h index 69ff337..6abb8b3 100644 --- a/cmsis-core_cm0.h +++ b/cmsis-core_cm0.h @@ -34,13 +34,10 @@ POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------*/ /* - Notes for Teacup: + Copied in spring 2015 from https://github.com/mbedmicro/mbed, file + mbed/libraries/mbed/targets/cmsis/core_cm0.h. - Copied from $(MBED)/libraries/mbed/targets/cmsis/core_cm0.h. - - Used only to get things running quickly. Without serial it's almost - impossible to see wether code changes work. Should go away soon, because - all this MBED stuff is too bloated for Teacup's purposes. + Changes for Teacup: - Commented out #include "core_cmInstr.h" and #include "core_cmFunc.h". After removal of MBED's serial_api they're no longer needed.