summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/power.c')
-rw-r--r--nuttx/configs/vsn/src/power.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/vsn/src/power.c b/nuttx/configs/vsn/src/power.c
index 56991cf33..72659f026 100644
--- a/nuttx/configs/vsn/src/power.c
+++ b/nuttx/configs/vsn/src/power.c
@@ -54,11 +54,11 @@
/****************************************************************************
* Declarations and Structures
- ****************************************************************************/
+ ****************************************************************************/
/****************************************************************************
* Private Functions
- ****************************************************************************/
+ ****************************************************************************/
void board_power_register(void);
void board_power_adjust(void);
@@ -68,7 +68,7 @@ void board_power_status(void);
/****************************************************************************
* Public Functions
- ****************************************************************************/
+ ****************************************************************************/
void board_power_init(void)
{
@@ -95,7 +95,7 @@ void board_power_off(void)
// notifying that it is not possible to power-off the board
// \todo
-
+
// stop background processes
irqsave();