mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fixed keep_alive fix gaffe introduce in previous commit.
git-svn-id: svn://svn.berlios.de/openocd/trunk@983 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -783,8 +783,6 @@ static int target_call_timer_callbacks_check_time(int checktime)
|
||||
target_timer_callback_t *next_callback;
|
||||
struct timeval now;
|
||||
|
||||
keep_alive();
|
||||
|
||||
gettimeofday(&now, NULL);
|
||||
|
||||
while (callback)
|
||||
|
||||
Reference in New Issue
Block a user