From 19250950c54e4f7354d20b4deee903bf203ba11a Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 7 Dec 2016 16:17:40 -0800 Subject: [PATCH] TIMER: Change internal THROTTLE device name to avoid SET THROTTLE collision --- sim_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_timer.c b/sim_timer.c index d5d5dc1f..8a59edcc 100644 --- a/sim_timer.c +++ b/sim_timer.c @@ -1309,7 +1309,7 @@ DEVICE sim_timer_dev = { NULL, DEV_DEBUG | DEV_NOSAVE, 0, sim_timer_debug}; DEVICE sim_throttle_dev = { - "THROTTLE", &sim_throttle_unit, sim_throttle_reg, NULL, 1}; + "THROT-TLE", &sim_throttle_unit, sim_throttle_reg, NULL, 1}; /* sim_idle - idle simulator until next event or for specified interval