Removed unused sioGetFlagsX().

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15679 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-07-08 07:22:09 +00:00
parent e1d605e5a0
commit ad2385e83f
1 changed files with 0 additions and 5 deletions

View File

@ -228,11 +228,6 @@ struct hal_sio_operation {
/* Driver macros. */
/*===========================================================================*/
/**
* @brief Returns the current set of flags and clears it.
*/
#define sioGetFlagsX(siop) sio_lld_get_flags(siop)
/**
* @brief Determines the state of the RX FIFO.
*