FreeCalypso > hg > freecalypso-sw
diff gsm-fw/sysglue/appinit.c @ 643:d779078abe40
PCM integration: pcm_init() call
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 03 Sep 2014 17:50:06 +0000 |
parents | 0677a6fbb8b6 |
children | 2768b4339275 |
line wrap: on
line diff
--- a/gsm-fw/sysglue/appinit.c Wed Sep 03 17:42:09 2014 +0000 +++ b/gsm-fw/sysglue/appinit.c Wed Sep 03 17:50:06 2014 +0000 @@ -16,6 +16,13 @@ */ ABB_Sem_Create(); ffs_main_init(); + /* + * The call to pcm_init() used to be at the end of ffs_main_init(), + * but I factored it out. - Space Falcon + */ +#if CONFIG_INCLUDE_PCM + pcm_init(); +#endif rvf_init(); rvm_init(); create_tasks();