From 00fc23c0b2c7b7dfd6df3e9fb9e385ec949cd8cc Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 08 九月 2023 11:31:10 +0800
Subject: [PATCH] lora发30次,先提交一下,方便测试

---
 HAL/Flash.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HAL/Flash.h b/HAL/Flash.h
index e9c5a1d..b24a0aa 100644
--- a/HAL/Flash.h
+++ b/HAL/Flash.h
@@ -1,8 +1,8 @@
 #include "main.h"
 
-#define FLASH_SIZE       		(uint32_t)0x10000
-#define PAGE_SIZE   			(0x100)	   		        //C8T6 Flash is 64KB ,each page is 256Byte
-#define MAX_FPAGE_NUM   		64
+//#define FLASH_SIZE       		(uint32_t)0x10000
+//#define PAGE_SIZE   			(0x100)	   		        //C8T6 Flash is 64KB ,each page is 256Byte
+//#define MAX_FPAGE_NUM   		64
   
 #define FLASH_BASE_ADDR   		(uint32_t)0x08000000	//the start address of APP,keep the 0x8000000-0x8004FFF forIAP(20K)
 

--
Gitblit v1.9.3