4 lines
69 B
C
4 lines
69 B
C
|
|
#ifndef __FPV_MEM_H
|
||
|
|
#define __FPV_MEM_H
|
||
|
|
void user_heap_init();
|
||
|
|
#endif
|