FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/nucleus/tcc.c @ 132:2c5160a9d652
nuc-fw: switched from nucdemo to Riviera, got some serial output
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Nov 2013 01:48:11 +0000 |
parents | 947b1f473960 |
children |
comparison
equal
deleted
inserted
replaced
131:035672b72f9b | 132:2c5160a9d652 |
---|---|
2778 /* A signal handler was called from the current task. Nothing needs | 2778 /* A signal handler was called from the current task. Nothing needs |
2779 to be done except to release protection. */ | 2779 to be done except to release protection. */ |
2780 TCT_Unprotect(); | 2780 TCT_Unprotect(); |
2781 } | 2781 } |
2782 | 2782 |
2783 | 2783 /* |
2784 * FreeCalypso: TI's GSM fw architecture does not use Nucleus' | |
2785 * LISR framework. | |
2786 */ | |
2787 | |
2788 #if 0 | |
2784 /*************************************************************************/ | 2789 /*************************************************************************/ |
2785 /* */ | 2790 /* */ |
2786 /* FUNCTION */ | 2791 /* FUNCTION */ |
2787 /* */ | 2792 /* */ |
2788 /* TCC_Dispatch_LISR */ | 2793 /* TCC_Dispatch_LISR */ |
3051 | 3056 |
3052 /* Return the completion status. */ | 3057 /* Return the completion status. */ |
3053 return(status); | 3058 return(status); |
3054 } | 3059 } |
3055 | 3060 |
3056 | 3061 #endif |
3057 | |
3058 | |
3059 | |
3060 |