lf tune - added possiblity to get bar / mix / value (defaul) output of measurements. Also set in preferences
This commit is contained in:
@@ -21,9 +21,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef DropField
|
||||
#define DropField() { \
|
||||
clearCommandBuffer(); SendCommandNG(CMD_HF_DROPFIELD, NULL, 0); \
|
||||
}
|
||||
#define DropField() { clearCommandBuffer(); SendCommandNG(CMD_HF_DROPFIELD, NULL, 0); }
|
||||
#endif
|
||||
|
||||
#ifndef DropFieldEx
|
||||
@@ -48,7 +46,6 @@ typedef enum {
|
||||
FPGA_MEM,
|
||||
} DeviceMemType_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
bool run; // If TRUE, continue running the uart_communication thread
|
||||
bool block_after_ACK; // if true, block after receiving an ACK package
|
||||
|
||||
Reference in New Issue
Block a user