Revision b50f71f49b2fc34ddd2be072fb314daaa2fd7078 authored by alex@thinkpad on 27 February 2019, 19:33:37 UTC, committed by alex@thinkpad on 27 February 2019, 19:33:37 UTC
use the same buffer for both mpu_send/recv
1 parent 22ee541
Raw File
asm.h
#ifndef _asm_h
#define _asm_h

char* asm_guess_func_name_from_string(uint32_t func_addr);

#endif
back to top