From: Uwe Hermann Date: Sat, 1 May 2010 00:41:37 +0000 (+0200) Subject: Saleae: Rename firmware file to saleae-logic.fw. X-Git-Tag: libsigrok-0.1.0~536 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=e65679b15e16d4b898ebdc1456018b9a8d364b1b;p=libsigrok.git Saleae: Rename firmware file to saleae-logic.fw. This is done for consistency with the ASIX SIGMA firmware file names, and also for brevity. --- diff --git a/hardware/saleae-logic/saleae-logic.c b/hardware/saleae-logic/saleae-logic.c index 891476ec..b3b78d2a 100644 --- a/hardware/saleae-logic/saleae-logic.c +++ b/hardware/saleae-logic/saleae-logic.c @@ -37,7 +37,7 @@ #define NUM_PROBES 8 #define NUM_TRIGGER_STAGES 4 #define TRIGGER_TYPES "01" -#define FIRMWARE FIRMWARE_DIR "/saleae-logic.firmware" +#define FIRMWARE FIRMWARE_DIR "/saleae-logic.fw" /* delay in ms */ #define FIRMWARE_RENUM_DELAY 2000