This is an automated email from Gerrit.

"Jack Doan <g...@jackdoan.com>" just uploaded a new patch set to Gerrit, which 
you can find at https://review.openocd.org/c/openocd/+/7731

-- gerrit

commit fe887fe28b62a4c81d8bc03079852e6bc6995612
Author: Jack Doan <g...@jackdoan.com>
Date:   Mon Jun 5 10:38:38 2023 -0500

    flash/nor/at91samd: add PIC32CM support
    
    fix whitespace
    
    Signed-off-by: Jack Doan <g...@jackdoan.com>
    Change-Id: Ic25109209b6beb3ef48d26a6e8b0b68497626486

diff --git a/src/flash/nor/at91samd.c b/src/flash/nor/at91samd.c
index 0e9bc0f657..9c3041f003 100644
--- a/src/flash/nor/at91samd.c
+++ b/src/flash/nor/at91samd.c
@@ -70,7 +70,7 @@
 #define SAMD_SERIES_10         0x02
 #define SAMD_SERIES_11         0x03
 #define SAMD_SERIES_09         0x04
-#define SAME_SERIES_PIC32CM            0x07
+#define SAME_SERIES_PIC32CM    0x07
 
 /* Device ID macros */
 #define SAMD_GET_PROCESSOR(id) (id >> 28)

-- 

Reply via email to