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
65888e20
Commit
65888e20
authored
Nov 24, 2015
by
Damien George
Browse files
stmhal: Process storage idle tick handler in different slot to DMA.
parent
36bd1077
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/storage.h
View file @
65888e20
...
...
@@ -27,7 +27,7 @@
#define FLASH_BLOCK_SIZE (512)
#define STORAGE_SYSTICK_MASK (0x1ff) // 512ms
#define STORAGE_IDLE_TICK(tick) (((tick) & STORAGE_SYSTICK_MASK) ==
0
)
#define STORAGE_IDLE_TICK(tick) (((tick) & STORAGE_SYSTICK_MASK) ==
2
)
void
storage_init
(
void
);
uint32_t
storage_get_block_size
(
void
);
...
...
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