From: Nathael Pajani Date: Fri, 5 Feb 2016 16:52:55 +0000 (+0100) Subject: Typo fixes X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=ab0a54052be928ca7e0ad54fa1786de38d9b6f99;p=soft%2Flpc122x%2Frs485 Typo fixes --- diff --git a/dmx_up2rf/main.c b/dmx_up2rf/main.c index a7868eb..aa32f5c 100644 --- a/dmx_up2rf/main.c +++ b/dmx_up2rf/main.c @@ -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 @@ -45,7 +45,7 @@ #include "extdrv/max31855_thermocouple.h" -#define MODULE_VERSION 0x04 +#define MODULE_VERSION 0x02 #define MODULE_NAME "DMX Module"