Example #1
0
/**
 ****************************************************************************************
 * @brief 			app_sps_init initialize the required functions
 * @param[in] 	void
 * @return 			none
 ****************************************************************************************
 */
void app_sps_init(void)
{
		// SPS application initialisation
		app_buffer_init();
		app_uart_init();
		app_flowcontrol_init();
}
Example #2
0
/**
 ****************************************************************************************
 * @brief 		app_sps_init initialize the required functions
 * @param[in] 	void
 * @return 		none
 ****************************************************************************************
 */
void app_sps_init(void)
{
    // SPS application initialisation
    app_buffer_init();
    app_uart_init();
    app_flowcontrol_init();
	 // printf_string(" app_sps_init: app_sps_init \r\n");
}