]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - hw/hantek-6022be/fw.c
scopes: Move a code comment.
[sigrok-firmware-fx2lafw.git] / hw / hantek-6022be / fw.c
index 341571a664d5d7263f26d301d5f9be94fe0446e2..e61a32e517e66442c5f22018c841ae46c0850fa4 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() PA7 = !PA7
 
 #define LED_CLEAR() PC0 = 1; PC1 = 1;