#ifndef _HELPER_H_ #define _HELPER_H_ #include #include void print_target_code(uint32_t *target_code); #endif