comparison src/cs/system/main/init.c @ 681:140a0d24a64c

Tango pinmux implemented except for GPIO1 special outputs, which will be implemented later.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 25 Jun 2020 05:36:24 +0000
parents 85cc48e18a43
children
comparison
equal deleted inserted replaced
680:ee3ac8c617cb 681:140a0d24a64c
891 SIM_Initialize (); 891 SIM_Initialize ();
892 #else 892 #else
893 bspUicc_bootInit(); 893 bspUicc_bootInit();
894 #endif 894 #endif
895 #endif 895 #endif
896
897 #ifdef CONFIG_TANGO_MODEM
898 AI_Init_Tango_pinmux();
899 #endif
896 } 900 }
897 901
898 /* 902 /*
899 * Init_Serial_Flows 903 * Init_Serial_Flows
900 * 904 *