diff src/adc_lightsensor.asm @ 608:d866684249bd

work on 2.99 stable
author heinrichsweikamp
date Mon, 07 Jan 2019 21:13:43 +0100
parents ca4556fb60b9
children b87f23fae743
line wrap: on
line diff
--- a/src/adc_lightsensor.asm	Thu Nov 29 10:50:57 2018 +0100
+++ b/src/adc_lightsensor.asm	Mon Jan 07 21:13:43 2019 +0100
@@ -22,6 +22,8 @@
 
 wait_adc:
 	movwf	ADCON0
+        nop
+	nop
 	nop
 	bsf		ADCON0,1						; start ADC
 wait_adc2: