bsp-howto/miscellanous_support.rst: Fix grammar mistake.

This commit is contained in:
Joel Sherrill 2019-11-22 11:27:09 -06:00
parent d5acae402e
commit bb58b811e9

View File

@ -307,7 +307,7 @@ required to be writen by the BSP developer are :
.. index:: bsp_interrupt_dispatch() .. index:: bsp_interrupt_dispatch()
- ``bsp_interrupt_dispatch()`` service the ISR by handling any bsp specific - ``bsp_interrupt_dispatch()`` services the ISR by handling any bsp specific
code & calling the generic method ``bsp_interrupt_handler_dispatch()`` which code & calling the generic method ``bsp_interrupt_handler_dispatch()`` which
in turn services the interrupt by running the ISR after looking it up in the in turn services the interrupt by running the ISR after looking it up in the
table. It acts as an entry to the interrupt switchboard, since the bsp table. It acts as an entry to the interrupt switchboard, since the bsp