Index: excitation.c =================================================================== --- excitation.c (revision 36973) +++ excitation.c (revision 36974) @@ -564,7 +564,7 @@ static void pcb_openems_excitation_init(void) { - rnd_event_bind(RND_EVENT_BOARD_REPLACED, exc_ev_board_changed, NULL, openems_cookie); + rnd_event_bind(RND_EVENT_DESIGN_REPLACED, exc_ev_board_changed, NULL, openems_cookie); } static void pcb_openems_excitation_uninit(void)