lpcmanager
Clone
Summary
Browse
Changes
Graph
Build (nop) with RS485 'Devices'
2014-12-08, Edouard Tisserant
0b384140bc8b
Parents
dad562d1bab4
Children
24d3d28deee7
Build (nop) with RS485 'Devices'
1 files changed, 2 insertions(+), 0 deletions(-)
+2
-0
LPCBus.py
--- a/LPCBus.py Mon Dec 08 17:24:59 2014 +0100
+++ b/LPCBus.py Mon Dec 08 17:33:10 2014 +0100
@@ -184,6 +184,8 @@
},
"MC9:Devices": {
"decl" : """
+#define MAX_UART_DEVICES 32
+unsigned char uartDev[MAX_UART_DEVICES][2]; /**< Tables containing information about connected devices on UART port (initialized by Composer) */
""",
"init":"""
""",