[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5615] reintroduced assert_param until the new relea
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5615] reintroduced assert_param until the new release of stm32 toolchain |
Date: |
Mon, 23 Aug 2010 14:45:21 +0000 |
Revision: 5615
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5615
Author: poine
Date: 2010-08-23 14:45:21 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
reintroduced assert_param until the new release of stm32 toolchain
Modified Paths:
--------------
paparazzi3/trunk/sw/airborne/stm32/stm32_vector_table.c
Modified: paparazzi3/trunk/sw/airborne/stm32/stm32_vector_table.c
===================================================================
--- paparazzi3/trunk/sw/airborne/stm32/stm32_vector_table.c 2010-08-23
14:29:14 UTC (rev 5614)
+++ paparazzi3/trunk/sw/airborne/stm32/stm32_vector_table.c 2010-08-23
14:45:21 UTC (rev 5615)
@@ -308,9 +308,9 @@
*
*/
-//void assert_param(void);
+void assert_param(void);
-//void assert_param(void){
-//
-//}
+void assert_param(void){
+}
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5615] reintroduced assert_param until the new release of stm32 toolchain,
antoine drouin <=