paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5291] removed debug


From: antoine drouin
Subject: [paparazzi-commits] [5291] removed debug
Date: Mon, 09 Aug 2010 23:25:34 +0000

Revision: 5291
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5291
Author:   poine
Date:     2010-08-09 23:25:33 +0000 (Mon, 09 Aug 2010)
Log Message:
-----------
removed debug

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/lisa/arch/stm32/lisa_overo_link_crc_arch.h

Modified: 
paparazzi3/trunk/sw/airborne/lisa/arch/stm32/lisa_overo_link_crc_arch.h
===================================================================
--- paparazzi3/trunk/sw/airborne/lisa/arch/stm32/lisa_overo_link_crc_arch.h     
2010-08-09 23:20:31 UTC (rev 5290)
+++ paparazzi3/trunk/sw/airborne/lisa/arch/stm32/lisa_overo_link_crc_arch.h     
2010-08-09 23:25:33 UTC (rev 5291)
@@ -23,7 +23,6 @@
        _crc_failed_handler();                                          \
        /* wait until we're not selected - same thing, we would */      \
        /* probably want a limit here                           */      \
-       DEBUG_S4_OFF();                                                 \
        while (!GPIO_ReadInputDataBit(GPIOA, GPIO_Pin_4));              \
        uint8_t foo __attribute__ ((unused)) = SPI_I2S_ReceiveData(SPI1); \
        SPI_I2S_DeInit(SPI1);                                           \
@@ -41,7 +40,6 @@
        SPI_Init(SPI1, &SPI_InitStructure);                             \
        SPI_CalculateCRC(SPI1, ENABLE);                                 \
        SPI_Cmd(SPI1, ENABLE);                                          \
-       DEBUG_S4_ON();                                                  \
       }                                                                        
\
       overo_link_arch_prepare_next_transfert(0);                       \
       overo_link.status = IDLE;                                                
\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]