- Fixes '>=' whitespace
- Replace ')\(>=\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(>=\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2367 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -82,7 +82,7 @@ int flash_page_program(uint32 *data, int page_num)
|
||||
uint32 *data_ptr;
|
||||
|
||||
/* select proper controller */
|
||||
if (page_num>=1024) efc_ofs=0x10;
|
||||
if (page_num >= 1024) efc_ofs=0x10;
|
||||
else efc_ofs=0;
|
||||
|
||||
/* wait until FLASH is ready, just for sure */
|
||||
|
||||
Reference in New Issue
Block a user