BigW Consortium Gitlab

Commit 5685a272 by ashish syal

removed line pointed out at forum

parent 524d0f9f
...@@ -52,7 +52,6 @@ static void touch_ledGpio_ChangeHandler ...@@ -52,7 +52,6 @@ static void touch_ledGpio_ChangeHandler
) )
{ {
// set call back for change in state of GPIO // set call back for change in state of GPIO
mangoh_ledGpio_SetEdgeSense(MANGOH_LEDGPIO_EDGE_BOTH);
if (state) if (state)
{ {
mangoh_ledGpio_Activate(); mangoh_ledGpio_Activate();
......
...@@ -54,7 +54,6 @@ static void touch_ledGpio_ChangeHandler ...@@ -54,7 +54,6 @@ static void touch_ledGpio_ChangeHandler
) )
{ {
// set call back for change in state of GPIO // set call back for change in state of GPIO
mangoh_ledGpio_SetEdgeSense(MANGOH_LEDGPIO_EDGE_BOTH);
if (state) if (state)
{ {
mangoh_ledGpio_Activate(); mangoh_ledGpio_Activate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment