Just the default that came with PBP:

Code:
        __CONFIG    _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
        __CONFIG    _CONFIG1H, _FOSC_HSPLL_HS_1H
        __CONFIG    _CONFIG2H, _WDT_ON_2H & _WDTPS_128_2H
        __CONFIG    _CONFIG3H, _PBADEN_OFF_3H
        __CONFIG    _CONFIG4L, _LVP_OFF_4L & _ICPRT_OFF_4L & _XINST_OFF_4L
i'm new to 18Fxxxx chips. I'm not overly familiar with these configs.

Is there 2 different clocks at different speeds for the 4550? In mister_e's USB Demo program, the OSC is defined as 48, but a 4Mhz oscillator is used.