rtems: Fix Doxygen comment

This commit is contained in:
Sebastian Huber
2020-03-26 15:06:57 +01:00
parent 8b8c068df3
commit 18f5bcb9d2

View File

@@ -589,8 +589,6 @@ rtems_status_code rtems_interrupt_server_entry_move(
* this function within the context of an interrupt server is undefined * this function within the context of an interrupt server is undefined
* behaviour. No error checking is performed. * behaviour. No error checking is performed.
* *
* @param[in] server_index The interrupt server index. Use
* @c RTEMS_INTERRUPT_SERVER_DEFAULT to specify the default server.
* @param[in] entry The interrupt server entry to destroy. It must have been * @param[in] entry The interrupt server entry to destroy. It must have been
* initialized via rtems_interrupt_server_entry_initialize(). * initialized via rtems_interrupt_server_entry_initialize().
*/ */