mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-29 02:08:10 -07:00
@@ -74,7 +74,7 @@ void LfRfidApp::run(void* _args) {
|
||||
|
||||
make_app_folder();
|
||||
|
||||
if(args && strlen(args)) {
|
||||
if(strlen(args)) {
|
||||
uint32_t rpc_ctx_ptr = 0;
|
||||
if(sscanf(args, "RPC %lX", &rpc_ctx_ptr) == 1) {
|
||||
rpc_ctx = (RpcAppSystem*)rpc_ctx_ptr;
|
||||
|
||||
Reference in New Issue
Block a user