Organize the annotation again

This commit is contained in:
huangxiaoming
2016-10-11 14:40:40 +08:00
parent a02accab9e
commit b4f833062c
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);