fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdhfwaveshare.h
blobda15c9166aa0c4001c4071d2b374e081f228eddb
1 //-----------------------------------------------------------------------------
2 // Waveshare commands
3 //-----------------------------------------------------------------------------
5 #ifndef CMDHFWAVESHARE_H__
6 #define CMDHFWAVESHARE_H__
8 int CmdHFWaveshare(const char *Cmd);
10 #endif