Finish transforming 'u32' to 'uint32_t'.
- Replace '\([^_]\)u32' with '\1uint32_t'. - Replace '^u32' with 'uint32_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2281 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -32,7 +32,7 @@ static int dummy_clock; /* edge detector */
|
||||
|
||||
static int clock_count; /* count clocks in any stable state, only stable states */
|
||||
|
||||
static u32 dummy_data;
|
||||
static uint32_t dummy_data;
|
||||
|
||||
|
||||
static int dummy_speed(int speed);
|
||||
|
||||
Reference in New Issue
Block a user