1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 20:59:50 +04:00
Files
flipperzero-firmware/lib/lfrfid/protocols/protocol_gallagher.h
Sebastian Mauer 10b0a611cf Add support for Gallagher tags (#1680)
* Add Gallagher protocol
2022-09-02 21:15:34 +10:00

4 lines
99 B
C

#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_gallagher;