X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fstm32x.h;h=ef35d856e811619a8de5fdfa94277c32970db348;hp=864141bde4f257cf2fce17434a9c0f3534d4f96a;hb=f876d5e9c769a288faa7fd14b7bf373363542aab;hpb=c18947b947064e7eceed8047c42d4c8dfd8ae964 diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h index 864141bde4..ef35d856e8 100644 --- a/src/flash/stm32x.h +++ b/src/flash/stm32x.h @@ -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