rtos: fix minor typos
Change-Id: I9ed4e2150a0a057397538b608d4a72bc48d0d64f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5759 Tested-by: jenkins
This commit is contained in:
@@ -245,7 +245,7 @@ static int FreeRTOS_update_threads(struct rtos *rtos)
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
uint64_t top_used_priority = 0;
|
||||
/* FIXME: endianess error on almost all target_read_buffer(), see also
|
||||
/* FIXME: endianness error on almost all target_read_buffer(), see also
|
||||
* other rtoses */
|
||||
retval = target_read_buffer(rtos->target,
|
||||
rtos->symbols[FreeRTOS_VAL_uxTopUsedPriority].address,
|
||||
|
||||
Reference in New Issue
Block a user