--- a/LPCBus/MC9_OnBoard_cleanup.c Mon Dec 05 10:14:23 2016 +0100
+++ b/LPCBus/MC9_OnBoard_cleanup.c Mon Dec 05 10:15:01 2016 +0100
@@ -11,5 +11,7 @@
gpio_set_pin_value(CAN1_EN_dev, 1);
+#if defined MC9 || defined GOT gpio_set_pin_value(RUN_LED_dev, 1);
--- a/LPCBus/MC9_OnBoard_decl.c Mon Dec 05 10:14:23 2016 +0100
+++ b/LPCBus/MC9_OnBoard_decl.c Mon Dec 05 10:15:01 2016 +0100
@@ -22,7 +22,9 @@
struct gpio_device *RTU_GPIO_dev;
+#if defined MC9 || defined GOT struct gpio_device *RUN_LED_dev;
struct gpio_device *CAN0_EN_dev;
struct gpio_device *CAN1_EN_dev;
--- a/LPCBus/MC9_OnBoard_init.c Mon Dec 05 10:14:23 2016 +0100
+++ b/LPCBus/MC9_OnBoard_init.c Mon Dec 05 10:15:01 2016 +0100
@@ -36,5 +36,9 @@
if(rt_task_start(&RTU_task, mbmrtu_BusUpdate_proc, NULL))
RUN_LED_dev = gpio_open(45);
+RUN_LED_dev = gpio_open(63); gpio_set_pin_value(RUN_LED_dev, 0);