mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
Correct some issues introduced in the last commit
This commit is contained in:
parent
27ea02a85f
commit
c0946bfd7d
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
2
configs
2
configs
|
|
@ -1 +1 @@
|
|||
Subproject commit 4bf3b9cd470e9be652cdd69dd4012b8f250dd9ea
|
||||
Subproject commit 2996281e4582c549462ea8c5a57cafbe4ddbd122
|
||||
Loading…
Add table
Add a link
Reference in a new issue