Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
115:39d2eb4b1830
Parent:
113:7330439f2ffc
Child:
116:7a67265d7c19
--- a/config.h	Fri Jul 16 05:21:08 2021 +0000
+++ b/config.h	Fri Oct 01 03:31:08 2021 +0000
@@ -641,10 +641,11 @@
     struct
     {
         uint8_t typ;        // expansion board set type:
+                            //    0 -> Standalone KL25Z
                             //    1 -> Pinscape Expansion Boards
                             //    2 -> Pinscape All-In-One (AIO)
         uint8_t vsn;        // board set interface version
-        uint8_t ext[3];     // board set type-specific extended data
+        uint8_t ext[4];     // extended data - varies by board set type
         
     } expan;