Skip to content
Snippets Groups Projects
Commit f0e10a42 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add SSP2 to list of support SSP interfaces

parent 560c3089
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment