]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - hw/hantek-6022bl/fw.c
scopes: Move a code comment.
[sigrok-firmware-fx2lafw.git] / hw / hantek-6022bl / fw.c
index a78350ecca3b4d23a4a84ac7503523e21c9a5164..b2ac50172513622c247e325b70f5ac167465e03c 100644 (file)
@@ -30,7 +30,6 @@
 
 #define SET_CALIBRATION_PULSE(x)
 
-/* Toggle the 1kHz calibration pin, only accurate up to ca. 8MHz. */
 #define TOGGLE_CALIBRATION_PIN() PC2 = !PC2
 
 #define LED_CLEAR() PC0 = 1; PC1 = 1;