]> sigrok.org Git - libsigrok.git/commitdiff
Saleae: Rename firmware file to saleae-logic.fw.
authorUwe Hermann <redacted>
Sat, 1 May 2010 00:41:37 +0000 (02:41 +0200)
committerUwe Hermann <redacted>
Sat, 1 May 2010 00:41:37 +0000 (02:41 +0200)
This is done for consistency with the ASIX SIGMA firmware file names,
and also for brevity.

hardware/saleae-logic/saleae-logic.c

index 891476ec1d0784c56d901a8fe8a5ba9c467b2d54..b3b78d2a03ce8c429604f5958cc284cb0b2feedd 100644 (file)
@@ -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