../../../../Library/StdDriver/src/retarget.c(498): error: bitwise or with non-zero value always evaluates to true [-Werror,-Wtautological-bitwise-compare]
while(1U|*sp){}
^~
../../../../Library/StdDriver/src/retarget.c(500): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
return lr;
^~
2 errors generated.
../../../../Library/StdDriver/src/retarget.c(498): error: bitwise or with non-zero value always evaluates to true [-Werror,-Wtautological-bitwise-compare] while(1U|*sp){}
^~ ../../../../Library/StdDriver/src/retarget.c(500): error: 'return' will never be executed [-Werror,-Wunreachable-code-return] return lr; ^~ 2 errors generated.