From 72def895431ad7a08e635b11f3da738e2b2c4618 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Thu, 13 Jun 2024 11:31:04 +0800
Subject: [PATCH] add lower model test
---
KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.build_log.htm | 27 ++-------------------------
1 files changed, 2 insertions(+), 25 deletions(-)
diff --git a/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.build_log.htm b/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.build_log.htm
index 0850c2e..ffaece3 100644
--- a/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.build_log.htm
+++ b/KEIL_MDKARM/Objects/UFG220_FM33A0_MainSystem.build_log.htm
@@ -27,30 +27,7 @@
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil5\ARM\ARMCC\Bin'
Build target 'UFG220_FM33A0_MainSystem'
-compiling project_test.c...
-..\Drivers\fm33a0xxev_cmu.h(33): warning: #9-D: nested comment is not allowed
- #define __XTHF_CLOCK /* (8000000) //*/ (12000000) //Ĭ��Ϊ8M���ij�ʵ�ʵ�12M
-..\Hardware\DELAY\delay.h(16): warning: #9-D: nested comment is not allowed
- #define SYSCLOCK_U /* 8000000 //*/ 12000000
-..\Function\GPRS\gprs_protocol_ideacreated_gasmeter_api.h(31): warning: #47-D: incompatible redefinition of macro "PROTOCOL_VERSION" (declared at line 48 of "..\Pre_Drivers\1gprs.h")
- #define PROTOCOL_VERSION 0x40 // Э��汾
-..\Function\PROJECT_TETS\project_test.c(369): warning: #223-D: function "pwr_enter_sleep_mode" declared implicitly
- pwr_enter_sleep_mode((uint32)(PMU_CR_SLPDP_DEEPSLEEP));
-..\Function\PROJECT_TETS\project_test.c(415): warning: #167-D: argument of type "GPIOH_Type *" is incompatible with parameter of type "GPIO_Type *"
- if (GPIO_ReadInputDataBit(GPIOH, GPIO_Pin_0) == 1) // ������
-..\Function\PROJECT_TETS\project_test.c(452): warning: #167-D: argument of type "GPIOH_Type *" is incompatible with parameter of type "GPIO_Type *"
- if (GPIO_ReadInputDataBit(LOWPLUSE_PIN_GROUP, LOWPLUSE_PIN_NUM) == 0) // ������
-..\Function\PROJECT_TETS\project_test.c(513): warning: #167-D: argument of type "GPIOH_Type *" is incompatible with parameter of type "GPIO_Type *"
- if (GPIO_ReadInputDataBit(GPIOH, GPIO_Pin_0) == 0)
-..\Function\PROJECT_TETS\project_test.c(618): warning: #223-D: function "Get_Time" declared implicitly
- Get_Time();
-..\Function\PROJECT_TETS\project_test.c(727): warning: #1-D: last line of file ends without a newline
- }
-..\Function\PROJECT_TETS\project_test.c: 9 warnings, 0 errors
-linking...
-Program Size: Code=40958 RO-data=2786 RW-data=1608 ZI-data=28096
-FromELF: creating hex file...
-".\Objects\UFG220_FM33A0_MainSystem.axf" - 0 Error(s), 9 Warning(s).
+".\Objects\UFG220_FM33A0_MainSystem.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
@@ -78,7 +55,7 @@
* Component: Keil::Device:Startup:1.0.0
Source file: Device\Source\ARM\startup_FM33A0XXEV.s
Source file: Device\Source\system_FM33A0XXEV.c
-Build Time Elapsed: 00:00:02
+Build Time Elapsed: 00:00:01
</pre>
</body>
</html>
--
Gitblit v1.9.3