AaronG
05-28-2008, 06:56 PM
From what I understand the line I need to change for PWM is this
;; PWM_build can be either 0 or 1
#define PWM_build 0
;; DC_build can be either 0 or 1 (it should be 0 if PWM_build is 0)
#define DC_build 0
to this
;; PWM_build can be either 0 or 1
#define PWM_build 1
;; DC_build can be either 0 or 1 (it should be 0 if PWM_build is 0)
#define DC_build 0
and that is all I need to edit?
;; PWM_build can be either 0 or 1
#define PWM_build 0
;; DC_build can be either 0 or 1 (it should be 0 if PWM_build is 0)
#define DC_build 0
to this
;; PWM_build can be either 0 or 1
#define PWM_build 1
;; DC_build can be either 0 or 1 (it should be 0 if PWM_build is 0)
#define DC_build 0
and that is all I need to edit?