git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16290 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
c7a589278b
commit
62414373f0
|
@ -839,10 +839,14 @@ __spi_wakeup_isr(self, msg);]]></implementation>
|
||||||
</inline>
|
</inline>
|
||||||
<override>
|
<override>
|
||||||
<method shortname="start">
|
<method shortname="start">
|
||||||
<implementation><![CDATA[]]></implementation>
|
<implementation><![CDATA[
|
||||||
|
|
||||||
|
return spi_lld_start(self);]]></implementation>
|
||||||
</method>
|
</method>
|
||||||
<method shortname="stop">
|
<method shortname="stop">
|
||||||
<implementation><![CDATA[]]></implementation>
|
<implementation><![CDATA[
|
||||||
|
|
||||||
|
spi_lld_stop(self);]]></implementation>
|
||||||
</method>
|
</method>
|
||||||
<method shortname="configure">
|
<method shortname="configure">
|
||||||
<implementation><![CDATA[
|
<implementation><![CDATA[
|
||||||
|
|
Loading…
Reference in New Issue