From 7f3d9c0c0238b1fec92fff04f87730668100b73b Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 8月 2015 00:39:04 +0800 Subject: [PATCH] Cleanup of macros and defines --- libscpi/inc/scpi/debug.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libscpi/inc/scpi/debug.h b/libscpi/inc/scpi/debug.h index b1e8047..8526a74 100644 --- a/libscpi/inc/scpi/debug.h +++ b/libscpi/inc/scpi/debug.h @@ -26,7 +26,7 @@ */ /** - * @file scpi_debug.h + * @file debug.h * @date Thu Nov 15 10:58:45 UTC 2012 * * @brief SCPI debug function @@ -44,7 +44,7 @@ #endif - /* #define SCPI_DEBUG_COMMAND(a) scpi_debug_command(a) */ + /* #define SCPI_DEBUG_COMMAND(a) SCPI_DebugCommand(a) */ #define SCPI_DEBUG_COMMAND(a) -- Gitblit v1.9.1