#ifndef __MW_PRINTF_H__ #define __MW_PRINTF_H__ #include "stdint.h" void mw_printf_insert_data(uint8_t val); #endif