diff --git a/common/kernel/arch_pybindings_shared.h b/common/kernel/arch_pybindings_shared.h index ac0eda07..05d58f11 100644 --- a/common/kernel/arch_pybindings_shared.h +++ b/common/kernel/arch_pybindings_shared.h @@ -28,7 +28,7 @@ fn_wrapper_2a_v, conv_from_str>::def_wrap(ctx_cls, "constrainCellToRegion"); fn_wrapper_2a, - addr_and_unwrap, unwrap_context>::def_wrap(ctx_cls, "getNetinfoRouteDelay"); + addr_and_unwrap, unwrap_context>::def_wrap(ctx_cls, "getNetinfoRouteDelay"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "createNet");