Skip to content

Commit

Permalink
[squash me] Initialize current_mode to LPM_UNKNOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
fnack committed Jan 9, 2015
1 parent 0b7f9f4 commit 32f8473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/stm32f4/lpm_arch.c
Expand Up @@ -21,7 +21,7 @@
#include "cpu.h"
#include "arch/lpm_arch.h"

static enum lpm_mode current_mode;
static enum lpm_mode current_mode = LPM_UNKNOWN;

void lpm_arch_init(void)
{
Expand Down

0 comments on commit 32f8473

Please sign in to comment.