2009-07-26 12:39:08 +02:00

4 lines
109 B
C

#include <avr/pgmspace.h>
uint8_t rle_decode(PGM_VOID_P in_addr,uint32_t in_len, uint32_t out_addr);