diff --git a/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.axf b/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.axf
index 34e0866..1c93acd 100644
Binary files a/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.axf and b/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.axf differ
diff --git a/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.build_log.htm b/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.build_log.htm
index 43f4a25..6e456d7 100644
--- a/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.build_log.htm
+++ b/keil_project/MDK-ARM/NUCLEO-F103RB/NUCLEO-F103RB.build_log.htm
@@ -22,14 +22,24 @@ Dialog DLL: TARMSTM.DLL V1.66.0.0
Project:
C:\Users\momof\Documents\projet_voilier\keil_project\MDK-ARM\Project.uvprojx
-Project File Date: 11/09/2020
+Project File Date: 11/11/2020
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Simulateur'
+compiling accelerometer.c...
+..\Services\accelerometer.c(12): warning: #550-D: variable "pc0" was set but never used
+ LL_GPIO_InitTypeDef pc0, pc1;
+..\Services\accelerometer.c(12): warning: #550-D: variable "pc1" was set but never used
+ LL_GPIO_InitTypeDef pc0, pc1;
+..\Services\accelerometer.c: 2 warnings, 0 errors
+compiling main.c...
+../Src/main.c(51): warning: #128-D: loop is not reachable
+ while (1)
+../Src/main.c: 1 warning, 0 errors
linking...
-Program Size: Code=2412 RO-data=268 RW-data=44 ZI-data=1028
-"NUCLEO-F103RB\NUCLEO-F103RB.axf" - 0 Error(s), 0 Warning(s).
+Program Size: Code=4932 RO-data=564 RW-data=56 ZI-data=1024
+"NUCLEO-F103RB\NUCLEO-F103RB.axf" - 0 Error(s), 3 Warning(s).
Software Packages used:
@@ -52,7 +62,7 @@ Package Vendor: Keil
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:5.3.0
-Build Time Elapsed: 00:00:00
+Build Time Elapsed: 00:00:01