X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hw%2Fhantek-6022bl%2Ffw.c;h=b2ac50172513622c247e325b70f5ac167465e03c;hb=ba63ce8b9aba391c41cde4605ef9b941d4a879b3;hp=a78350ecca3b4d23a4a84ac7503523e21c9a5164;hpb=fd70a923c92d0f33d2b7ae4bf17339e2ff28454c;p=sigrok-firmware-fx2lafw.git diff --git a/hw/hantek-6022bl/fw.c b/hw/hantek-6022bl/fw.c index a78350ec..b2ac5017 100644 --- a/hw/hantek-6022bl/fw.c +++ b/hw/hantek-6022bl/fw.c @@ -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;