mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-22 04:41:36 +03:00
6 lines
113 B
C
6 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#include "protocol_dallas_base.h"
|
||
|
|
||
|
extern const iButtonProtocolDallasBase ibutton_protocol_ds1990;
|