Index: bboard.c =================================================================== --- bboard.c (revision 4786) +++ bboard.c (revision 4787) @@ -74,7 +74,7 @@ * Breadboard export filter parameters and options ****************************************************************************************************/ -static HID bboard_hid; +static pcb_hid_t bboard_hid; static struct { int draw; @@ -586,7 +586,7 @@ { } -static HID bboard_hid; +static pcb_hid_t bboard_hid; pcb_uninit_t hid_export_bboard_init()