Alexander Sawtschuk
Results
2
issues of
Alexander Sawtschuk
In Mita, the following code is legal: ``` var str1 = 'Hello '; var str1 += 'World'; ``` but the following code is __not__ legal; ``` var str1 = 'Hello...
Bug
The following XDK Live code: ``` setup myLedInstance : LED { var control = light_up(Red); } ``` generates the following C code: ```c Retcode_T ConnectivityLEDMyLedInstance_Setup(void) { Retcode_T ledSetupStatus = RETCODE_OK;...
Bug
Platform: XDK110