commit | 47750bc1c06aebda189f2e8d7862c9d9b9ffe35b | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Tue Oct 20 09:46:10 2015 -0500 |
committer | Norman James <njames@us.ibm.com> | Tue Oct 20 09:46:10 2015 -0500 |
tree | 6116a23179e8741f89b5156e5e5a313944cefeb2 | |
parent | 7f23270298d7bb16bd4a60a31e75610faf1fe7be [diff] [blame] |
fixed xml syntax error for watchdog
diff --git a/xml/openbmc_intf.xml b/xml/openbmc_intf.xml index 7711a09..2ba627b 100644 --- a/xml/openbmc_intf.xml +++ b/xml/openbmc_intf.xml
@@ -123,7 +123,7 @@ <method name="start"/> <method name="poke"/> <method name="stop"/> - <method name="set"/> + <method name="set"> <arg direction="in" type="i" name="interval" /> </method> <property name="watchdog" type="i" access="readwrite"/>