Controlling PWM pin

Odd as it may seem...

Those are exactly the same thing:

#define HIGH 0x1
#define LOW  0x0 // <- same as 0

How do you have your LED hooked up? Is it inverted logic?