1 --- a/src/board_easy50712.c Mon Mar 15 14:47:53 2010 +0300
2 +++ b/src/board_easy50712.c Tue Mar 16 17:25:55 2010 +0300
4 #endif /* DUSLIC_FXO */
5 #endif /* EASY50712_V3 */
7 -#include "asm/ifx/ifx_gpio.h"
9 +# include "asm/ifx/ifx_gpio.h"
12 /* ============================= */
15 /* Global function definition */
16 /* ============================= */
20 Set direction of GPIO pin to out which is used for set/clear reset.
28 case GPIO_DUSLIC_EASY50510:
30 TRACE(TAPIDEMO, DBG_LEVEL_LOW,
40 Set/Clear reset of device by using GPIO port.
43 /* usleep(100000); karol - workaround, */
52 @@ -1178,15 +1184,16 @@
61 \param pBoard - pointer to board
64 \return IFX_SUCCESS if successful, otherwise IFX_ERROR.
69 IFX_return_t BOARD_Easy50712_Register(BOARD_t* pBoard)
72 pBoard->RemoveBoard = BOARD_Easy50712_RemoveBoard;