this is my coding:

DEFINE OSC 8
DEFINE CCP1_REG PORTC 'Hpwm 1 pin port
DEFINE CCP1_BIT 2 'Hpwm 1 pin bit


HPWM 1,127,120000 ' Send a 50% duty cycle PWM signal at 120kHz

the problem is i can't compile.it says "120000 numeric overflow, value truncated"