Typo fixes
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 5 Feb 2016 16:52:55 +0000 (17:52 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 6 Feb 2023 01:19:09 +0000 (02:19 +0100)
dmx_up2rf/main.c

index a7868eb..aa32f5c 100644 (file)
@@ -26,7 +26,7 @@
  *   https://en.wikipedia.org/wiki/DMX512
  *
  * DMX uses an RS485 line with a few glitches (the break and start pulse).
- * The DMW module uses an ADM2482 isolated RS485 bridge from analog devices.
+ * The DMX module uses an ADM2482 isolated RS485 bridge from analog devices.
  */
 
 #include <stdint.h>
@@ -45,7 +45,7 @@
 #include "extdrv/max31855_thermocouple.h"
 
 
-#define MODULE_VERSION    0x04
+#define MODULE_VERSION    0x02
 #define MODULE_NAME "DMX Module"