From b4f833062cf4029e4b655e3786f71e6de76cd3a2 Mon Sep 17 00:00:00 2001 From: huangxiaoming Date: Tue, 11 Oct 2016 14:40:40 +0800 Subject: [PATCH] Organize the annotation again --- NexCheckbox.cpp | 2 +- NexText.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NexCheckbox.cpp b/NexCheckbox.cpp index 12f1528..5ba205d 100755 --- a/NexCheckbox.cpp +++ b/NexCheckbox.cpp @@ -54,7 +54,7 @@ uint32_t NexCheckbox::Get_background_color_bco(uint32_t *number) bool NexCheckbox::Set_background_color_bco(uint32_t number) { - char buf[10] = {0}; + char buf[10] = {0}; String cmd; utoa(number, buf, 10); diff --git a/NexText.cpp b/NexText.cpp index 01d5d76..0f1e4d4 100755 --- a/NexText.cpp +++ b/NexText.cpp @@ -108,7 +108,7 @@ uint32_t NexText::Get_place_xcen(uint32_t *number) bool NexText::Set_place_xcen(uint32_t number) { - char buf[10] = {0}; + char buf[10] = {0}; String cmd; utoa(number, buf, 10);