Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
41720562
Commit
41720562
authored
May 29, 2015
by
Daniel Campora
Browse files
cc3200: Fix incorrect type for the wake cause variable.
parent
2f2c0a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/mods/pybsleep.c
View file @
41720562
...
...
@@ -125,7 +125,7 @@ STATIC nvic_reg_store_t *nvic_reg_store;
STATIC
pybsleep_data_t
pybsleep_data
=
{
NULL
,
NULL
,
NULL
,
0
};
volatile
arm_cm4_core_regs_t
vault_arm_registers
;
STATIC
pybsleep_reset_cause_t
pybsleep_reset_cause
=
PYB_SLP_PWRON_RESET
;
STATIC
pybsleep_
reset_cause
_t
pybsleep_wake_reason
=
PYB_SLP_WAKED_PWRON
;
STATIC
pybsleep_
wake_reason
_t
pybsleep_wake_reason
=
PYB_SLP_WAKED_PWRON
;
/******************************************************************************
DECLARE PRIVATE FUNCTIONS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment