FreeCalypso > hg > freecalypso-sw
changeset 623:f5243fa2d2b9
gsm-fw/gpf/frame/frame.c: removed the nonsensical TraceMask[0] = 0 setting
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Aug 2014 02:18:44 +0000 |
parents | 8b07fb500d36 |
children | 407c20f90f6a |
files | gsm-fw/gpf/frame/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/gpf/frame/frame.c Sun Aug 31 02:16:30 2014 +0000 +++ b/gsm-fw/gpf/frame/frame.c Sun Aug 31 02:18:44 2014 +0000 @@ -760,7 +760,7 @@ printf ("%s\n","All tasks entered main loop"); #endif #ifdef _TARGET_ - TraceMask[0] = 0; + // TraceMask[0] = 0; // removed in FreeCalypso - Space Falcon os_dar_set_filter(); #endif }