FreeCalypso > hg > freecalypso-sw
diff gsm-fw/sysglue/appinit.c @ 857:2768b4339275
a flash chip init/reset function added to Application_Initialize(),
see the comments in gsm-fw/bsp/flashchipinit.S
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 01 May 2015 16:27:59 +0000 |
parents | d779078abe40 |
children |
line wrap: on
line diff
--- a/gsm-fw/sysglue/appinit.c Thu Apr 30 07:40:30 2015 +0000 +++ b/gsm-fw/sysglue/appinit.c Fri May 01 16:27:59 2015 +0000 @@ -15,6 +15,7 @@ * of calls to other functions, so I've inlined it. */ ABB_Sem_Create(); + flash_chip_init(); /* FreeCalypso addition */ ffs_main_init(); /* * The call to pcm_init() used to be at the end of ffs_main_init(),