diff --git a/Bluejay.asm b/Bluejay.asm index f158486..81c2bcc 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -268,7 +268,7 @@ ISEG AT 080h ; The variables below must be in this sequence _Pgm_Gov_P_Gain: DS 1 ; Pgm_Startup_Power_Min: DS 1 ; Minimum power during startup phase Pgm_Startup_Beep: DS 1 ; Startup beep melody on/off -Pgm_Dithering: DS 1 ; Enable dithering +Pgm_Dithering: DS 1 ; Enable PWM dithering Pgm_Startup_Power_Max: DS 1 ; Maximum power (limit) during startup (and starting initial run phase) _Pgm_Rampup_Slope: DS 1 ; Pgm_Rpm_Power_Slope: DS 1 ; Low RPM power protection slope (factor) diff --git a/Layouts/Base.inc b/Layouts/Base.inc index 16591bb..0264f81 100644 --- a/Layouts/Base.inc +++ b/Layouts/Base.inc @@ -328,7 +328,7 @@ ENDIF ENDM Start_Adc MACRO - mov ADC0CN0, #90h ;; ADC start + mov ADC0CN0, #90h ;; Enable ADC and initiate conversion ENDM Stop_Adc MACRO