Files
rtl_433/include/decoder.h
Christian W. Zuckschwerdt edf0bc0203 Remove oldmodel macro use (#1735)
2021-06-11 10:21:32 +02:00

16 lines
264 B
C

/** @file
Meta include for all decoders.
*/
#ifndef INCLUDE_DECODER_H_
#define INCLUDE_DECODER_H_
#include <string.h>
#include "r_device.h"
#include "bitbuffer.h"
#include "data.h"
#include "util.h"
#include "decoder_util.h"
#endif /* INCLUDE_DECODER_H_ */