From ca33af45434be98d3c412e93fb6768aafa418158 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 20 2月 2016 23:59:50 +0800 Subject: [PATCH] Optimize #49 memory consumption of double to string conversion --- libscpi/inc/scpi/types.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libscpi/inc/scpi/types.h b/libscpi/inc/scpi/types.h index 19efbd5..0147c03 100644 --- a/libscpi/inc/scpi/types.h +++ b/libscpi/inc/scpi/types.h @@ -204,6 +204,7 @@ struct _scpi_fifo_t { int16_t wr; int16_t rd; + int16_t count; int16_t size; int16_t * data; }; -- Gitblit v1.9.1