]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/common/common.h
Cleaned up code repetitions of messaging and shared memory read/write.
[processor-sdk/performance-audio-sr.git] / pasdk / common / common.h
index 52d61c571766f11806ec22a80cd1edfeabf1019a..b08f1908aaab9a4d0dcb91036e4fe6863c7d5b44 100644 (file)
@@ -37,7 +37,8 @@ All rights reserved.
 #define _COMMON_H_
 
 #ifdef _TMS320C6X
-// This works to set a breakpoint
+// This works to set a breakpoint. It is passed over as NOP when not debugging
+// with emulation in CCS.
 #define SW_BREAKPOINT       asm( " SWBP 0" );
 /* Software Breakpoint to Code Composer */
 // SW_BREAKPOINT;