mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #183 from LudwigOrtmann/fix_sc_heap_unused_warning_spelling
fix spelling & warning of _heap_handler parameter
This commit is contained in:
commit
2afd3936bd
@ -19,7 +19,8 @@
|
||||
|
||||
extern void heap_stats(void);
|
||||
|
||||
void _heap_handler(char* unnused){
|
||||
void _heap_handler(char* unused){
|
||||
(void) unused;
|
||||
heap_stats();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user