mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 12:55:44 +00:00
sim: fix unit tests usage with sim window enabled
This commit is contained in:
@ -2345,7 +2345,7 @@ int http_fn_cfg_pins(http_request_t* request) {
|
||||
alias = HAL_PIN_GetPinNameAlias(i);
|
||||
poststr(request, "<div class=\"hdiv\">");
|
||||
if (alias) {
|
||||
#ifdef PLATFORM_BEKEN
|
||||
#if defined(PLATFORM_BEKEN) || defined(WINDOWS)
|
||||
hprintf255(request, "P%i (%s) ", i, alias);
|
||||
#else
|
||||
poststr(request, alias);
|
||||
|
||||
Reference in New Issue
Block a user