[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6208] fixed missing semicolon
From: |
Eric |
Subject: |
[paparazzi-commits] [6208] fixed missing semicolon |
Date: |
Sat, 23 Oct 2010 08:18:53 +0000 |
Revision: 6208
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6208
Author: lamestllama
Date: 2010-10-23 08:18:53 +0000 (Sat, 23 Oct 2010)
Log Message:
-----------
fixed missing semicolon
Modified Paths:
--------------
paparazzi3/trunk/sw/simulator/nps/nps_autopilot_booz.c
Modified: paparazzi3/trunk/sw/simulator/nps/nps_autopilot_booz.c
===================================================================
--- paparazzi3/trunk/sw/simulator/nps/nps_autopilot_booz.c 2010-10-23
08:05:09 UTC (rev 6207)
+++ paparazzi3/trunk/sw/simulator/nps/nps_autopilot_booz.c 2010-10-23
08:18:53 UTC (rev 6208)
@@ -26,7 +26,7 @@
#ifdef MAX_BAT_LEVEL
battery_voltage = MAX_BAT_LEVEL * 10;
#else
- battery_voltage = 111
+ battery_voltage = 111;
#endif
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6208] fixed missing semicolon,
Eric <=