lpc43xx/ssp: Mark ssp_wait_until_not_busy as static
This commit is contained in:
parent
5d4f759c92
commit
63d150008a
@ -89,7 +89,7 @@ void ssp_init(ssp_num_t ssp_num,
|
||||
SSP_CR1(ssp_port) = (SSP_ENABLE | mode | master_slave | slave_option);
|
||||
}
|
||||
|
||||
void ssp_wait_until_not_busy(ssp_num_t ssp_num)
|
||||
static void ssp_wait_until_not_busy(ssp_num_t ssp_num)
|
||||
{
|
||||
uint32_t ssp_port;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user