summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Nicholson <mikempls@users.noreply.github.com>2019-07-19 17:25:41 -0500
committerMike Nicholson <mikempls@users.noreply.github.com>2019-07-19 17:25:41 -0500
commit0681508dafa8e9e079c962842a844bffc8828aa6 (patch)
treed1e1d5482cc593fb4cc99134847132578cd06cda
parentb7ce14e05a4a2fb00935a9e4995002a267a9d469 (diff)
downloadmts-io-0681508dafa8e9e079c962842a844bffc8828aa6.tar.gz
mts-io-0681508dafa8e9e079c962842a844bffc8828aa6.tar.bz2
mts-io-0681508dafa8e9e079c962842a844bffc8828aa6.zip
Missed a comma
-rw-r--r--io-module/machine/mtcdt3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index 9cc00c3..621f3cd 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -79,7 +79,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.gpio = OMAP_GPIO(4,7), /* 4_7 */
.flags = GPIOF_OUT_INIT_HIGH,
.label = "eth-reset",
- }
+ },
.active_low = 1,
},
{