fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdusart.h
blob1ee21e060410f5410f4dd10543119d06083a08c3
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2016 iceman <iceman at ...>
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // Data and Graph commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDUSART_H__
12 #define CMDUSART_H__
14 #include "common.h"
16 int CmdUsart(const char *Cmd);
17 #endif