This is an automated email from Gerrit.

chran (chran12...@163.com) just uploaded a new patch set to Gerrit, which you 
can find at http://openocd.zylin.com/5851

-- gerrit

commit d2a9a4c2efd7a130500552f8a991b7e934accd95
Author: chran <chran12...@163.com>
Date:   Sat Oct 10 14:32:36 2020 +0800

    modify gd32e23x.c file format
    
    Change-Id: Ia269a7558daffa71c9883869aa4dd0c672d1e9b0
    Signed-off-by: chran <chran12...@163.com>

diff --git a/src/flash/nor/gd32e23x.c b/src/flash/nor/gd32e23x.c
index 3417a4d..55fa5da 100644
--- a/src/flash/nor/gd32e23x.c
+++ b/src/flash/nor/gd32e23x.c
@@ -822,7 +822,7 @@ static int gd32e23x_probe(struct flash_bank *bank)
 
        /* set page size, protection granularity and max flash size depending 
on family */
        switch (device_id & 0xfff) {
-       case 0x410: 
+       case 0x410:
                page_size = 1024;
                gd32e23x_info->ppage_size = 4;
                max_flash_size_in_kb = 64;

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to