Index: serpentine.c =================================================================== --- serpentine.c (revision 30980) +++ serpentine.c (revision 30981) @@ -285,16 +285,16 @@ static void tool_serpentine_init(void) { - pcb_hid_notify_crosshair_change(&PCB->hidlib, pcb_false); - pcb_hid_notify_crosshair_change(&PCB->hidlib, pcb_true); + rnd_hid_notify_crosshair_change(&PCB->hidlib, pcb_false); + rnd_hid_notify_crosshair_change(&PCB->hidlib, pcb_true); } static void tool_serpentine_uninit(void) { - pcb_hid_notify_crosshair_change(&PCB->hidlib, pcb_false); + rnd_hid_notify_crosshair_change(&PCB->hidlib, pcb_false); pcb_crosshair.AttachedObject.Type = PCB_OBJ_VOID; pcb_crosshair.AttachedObject.State = PCB_CH_STATE_FIRST; - pcb_hid_notify_crosshair_change(&PCB->hidlib, pcb_true); + rnd_hid_notify_crosshair_change(&PCB->hidlib, pcb_true); } static void tool_serpentine_notify_mode(rnd_hidlib_t *hl)