Transform 'u16' to 'uint16_t'
[fw/openocd] / src / target / arm7_9_common.h
index bab2baec6e83562685fbab41b36546a8e7704209..d18089b4900ac555a365b430ab088224a183475f 100644 (file)
@@ -45,7 +45,7 @@ typedef struct arm7_9_common_s
        reg_cache_t *eice_cache; /**< Embedded ICE register cache */
 
        u32 arm_bkpt; /**< ARM breakpoint instruction */
-       u16 thumb_bkpt; /**< Thumb breakpoint instruction */
+       uint16_t thumb_bkpt; /**< Thumb breakpoint instruction */
        int sw_breakpoints_added; /**< Specifies which watchpoint software breakpoints are setup on */
        int breakpoint_count; /**< Current number of set breakpoints */
        int wp_available; /**< Current number of available watchpoint units */