fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfem.h
blobc4f987b0edeadfc9303f3a2bccb6923f5a256c15
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2020 iceman <iceman at icesql.net>
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency EM commands
8 //-----------------------------------------------------------------------------
10 #ifndef CMDLFEM4X_H__
11 #define CMDLFEM4X_H__
13 #include "common.h"
15 int CmdLFEM(const char *Cmd);
17 #endif