mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Correct some issues introduced in the last commit
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_BOARDCTL_POWEROFF
|
#ifdef CONFIG_BOARDCTL_POWEROFF
|
||||||
void board_power_off(int status)
|
int board_power_off(int status)
|
||||||
{
|
{
|
||||||
uint16_t tx;
|
uint16_t tx;
|
||||||
struct spi_dev_s *spi = up_spiinitialize(0);
|
struct spi_dev_s *spi = up_spiinitialize(0);
|
||||||
|
|||||||
+1
-1
Submodule configs updated: 4bf3b9cd47...2996281e45
Reference in New Issue
Block a user