Correct some issues introduced in the last commit

This commit is contained in:
Gregory Nutt 2015-07-02 17:54:05 -06:00
parent c3290fdabd
commit 004c076985

View File

@ -29,7 +29,7 @@
****************************************************************************/
#ifdef CONFIG_BOARDCTL_POWEROFF
void board_power_off(int status)
int board_power_off(int status)
{
uint16_t tx;
struct spi_dev_s *spi = up_spiinitialize(0);