mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Resolve review comments
This commit is contained in:
+1
-2
@@ -17,7 +17,6 @@
|
||||
// #define DEBUG
|
||||
#include "debug.h"
|
||||
|
||||
extern __xdata char flash_size_str[10];
|
||||
|
||||
#define L2_MAX_TRANSFER 30
|
||||
|
||||
@@ -241,7 +240,7 @@ void send_basic_info(void)
|
||||
slen += strtox(outbuf + slen, "\",\"hw_ver\":\"");
|
||||
slen += strtox(outbuf + slen, machine.machine_name);
|
||||
slen += strtox(outbuf + slen, "\",\"flash_size\":\"");
|
||||
string_to_html(flash_size_str);
|
||||
string_to_html(get_flash_size_str());
|
||||
|
||||
slen += strtox(outbuf + slen, "\",\"sfp_slot_0\":\"");
|
||||
send_sfp_info(0);
|
||||
|
||||
Reference in New Issue
Block a user