CMake: Dont use pkg-config to find libusb on Mac OSX, rewrite to CMake find module...
[fw/stlink] / src / stlink-common.h
index 448d01a56b5bfac2a23e047bc2aee4c9c9f30d1c..e2f7b75c2d5923e195f5f323eeaabe1b83874edb 100644 (file)
@@ -641,6 +641,9 @@ extern "C" {
         uint32_t chip_id;
         int core_stat;
 
+        char serial[16];
+        int serial_size;
+
 #define STM32_FLASH_PGSZ 1024
 #define STM32L_FLASH_PGSZ 256