git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16290 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2023-06-16 14:29:19 +00:00
parent c7a589278b
commit 62414373f0
1 changed files with 6 additions and 2 deletions

View File

@ -839,10 +839,14 @@ __spi_wakeup_isr(self, msg);]]></implementation>
</inline>
<override>
<method shortname="start">
<implementation><![CDATA[]]></implementation>
<implementation><![CDATA[
return spi_lld_start(self);]]></implementation>
</method>
<method shortname="stop">
<implementation><![CDATA[]]></implementation>
<implementation><![CDATA[
spi_lld_stop(self);]]></implementation>
</method>
<method shortname="configure">
<implementation><![CDATA[