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:
@@ -105,7 +105,7 @@ typedef struct end_state_command_s
|
||||
typedef struct sleep_command_s
|
||||
{
|
||||
/// number of microseconds to sleep
|
||||
u32 us;
|
||||
uint32_t us;
|
||||
} sleep_command_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user