2015/05/17

Dependencies:   ADXL345 AigamozuControlPackets HMC5843 ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST agz_common mbed

Fork of Aigamozu_Base_ver2_1 by aigamozu

Files at this revision

API Documentation at this revision

Comitter:
s1200058
Date:
Sun May 17 14:28:39 2015 +0000
Parent:
9:95dee7bff361
Commit message:
2015/05/17

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 95dee7bff361 -r ea620ba4117c main.cpp
--- a/main.cpp	Sat May 16 17:22:46 2015 +0000
+++ b/main.cpp	Sun May 17 14:28:39 2015 +0000
@@ -174,7 +174,7 @@
 
 
 void get_sigma(){
-    double temp[2][2];
+    double temp[2][2] = {0};
     for(int i=0;i<2;i++) {
         for(int j=0;j<2;j++) {
             for(int k=0;k<2;k++) {