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:
@@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
static int read_section(FILE *input_file, int length_size, char section,
|
||||
u32 *buffer_length, uint8_t **buffer)
|
||||
uint32_t *buffer_length, uint8_t **buffer)
|
||||
{
|
||||
uint8_t length_buffer[4];
|
||||
int length;
|
||||
|
||||
Reference in New Issue
Block a user