mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Comment out sm_status (unused).
This commit is contained in:
@@ -101,6 +101,7 @@ static uint8_t sm_read()
|
||||
|
||||
returns 1 on success, 0 on fail
|
||||
*/
|
||||
#if UNUSED
|
||||
static uint8_t sm_status()
|
||||
{
|
||||
uint8_t status;
|
||||
@@ -120,7 +121,7 @@ static uint8_t sm_status()
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void smc_read_id( uint8_t* buf, uint32_t length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user