Transform 'u16' to 'uint16_t'
[fw/openocd] / src / flash / stm32x.h
index 864141bde4f257cf2fce17434a9c0f3534d4f96a..ef35d856e811619a8de5fdfa94277c32970db348 100644 (file)
@@ -27,9 +27,9 @@
 
 typedef struct stm32x_options_s
 {
-       u16 RDP;
-       u16 user_options;
-       u16 protection[4];
+       uint16_t RDP;
+       uint16_t user_options;
+       uint16_t protection[4];
 } stm32x_options_t;
 
 typedef struct stm32x_flash_bank_s