Add SSP2 to list of support SSP interfaces
This commit is contained in:
parent
560c30892c
commit
f0e10a42d7
@ -94,7 +94,7 @@ void lpc17_boardinitialize(void)
|
||||
* function open1788_sspinitialize() has been brought into the link.
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP1)
|
||||
#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP1) || defined(CONFIG_LPC17_SSP2)
|
||||
if (open1788_sspinitialize)
|
||||
{
|
||||
open1788_sspinitialize();
|
||||
|
Loading…
Reference in New Issue
Block a user