# HG changeset patch # User Mychaela Falconia # Date 1619124101 0 # Node ID 782c6ae77467e0bb726845cfebe732fbaf1461ff # Parent 96c7a4eed1dfe5c22e7cf30e214a09756b6a0204 .../abb/board/abb_inth.c: rm trailing white space diff -r 96c7a4eed1df -r 782c6ae77467 src/cs/drivers/drv_app/abb/board/abb_inth.c --- a/src/cs/drivers/drv_app/abb/board/abb_inth.c Thu Apr 22 20:33:27 2021 +0000 +++ b/src/cs/drivers/drv_app/abb/board/abb_inth.c Thu Apr 22 20:41:41 2021 +0000 @@ -13,8 +13,8 @@ /* Description : Functions to manage the ABB device interrupt. */ /* The Serial Port Interface is used to connect the TI */ /* Analog BaseBand (ABB). */ -/* It is assumed that the ABB is connected as the SPI */ -/* device 0, and ABB interrupt is mapped as external IT. */ +/* It is assumed that the ABB is connected as the SPI */ +/* device 0, and ABB interrupt is mapped as external IT. */ /* */ /* Author : Pascal PUEL */ /* */ @@ -42,7 +42,7 @@ #include "l1_macro.h" #include "l1_confg.h" -#include +#include #include "abb/abb_inth.h" #include "nucleus.h" @@ -67,7 +67,7 @@ #include "spi/spi_env.h" #include "spi/spi_process.h" // for ABB_EXT_IRQ_EVT #include "kpd/kpd_power_api.h" // for kpd_power_key_pressed() -#include "power/power.h" +#include "power/power.h" #ifdef RVM_LCC_SWE #include "lcc/lcc_api.h" @@ -157,7 +157,7 @@ #endif //WCP } else /* GSM OFF */ - { + { rvf_send_trace("IQ EXT: Power On request",24, NULL_PARAM, RV_TRACE_LEVEL_DEBUG_LOW, SPI_USE_ID); Power_ON_Button(); @@ -171,7 +171,7 @@ /* 'Remote Power' from ON to OFF */ Power_OFF_Remote(); } - + else if (*read_value & ADCEND_IT_STS) { rvf_send_trace("IQ EXT: ADC End",15, NULL_PARAM, RV_TRACE_LEVEL_DEBUG_LOW, SPI_USE_ID);