boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c: Fix a missing semicolon
This commit is contained in:
parent
2d7e25e7e0
commit
9689720940
|
@ -82,7 +82,7 @@ void weak_function lpc43_sspdev_initialize(void)
|
|||
ret = lpc43_gpio_config(GPIO_MAX31855_CS2);
|
||||
if (ret < 0)
|
||||
{
|
||||
snerr("ERROR: Error configuring chip select GPIO pin\n")
|
||||
snerr("ERROR: Error configuring chip select GPIO pin\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue