mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 09:17:51 +01:00
9 lines
158 B
C
9 lines
158 B
C
|
|
#ifndef __RF24_INCLUDES_H__
|
|
#define __RF24_INCLUDES_H__
|
|
|
|
#define RF24_SPIDEV
|
|
#include "SPIDEV/RF24_arch_config.h"
|
|
#include "SPIDEV/interrupt.h"
|
|
#endif
|