From d826bb97c62be09c5f8f57ce88f8d899d5e53183 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Thu, 14 May 2015 08:39:25 -0700 Subject: [PATCH] Fixed typo in MATLAB client. --- MATLAB/+XPlaneConnect/sendDREF.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MATLAB/+XPlaneConnect/sendDREF.m b/MATLAB/+XPlaneConnect/sendDREF.m index 65e23aa..cbf2119 100644 --- a/MATLAB/+XPlaneConnect/sendDREF.m +++ b/MATLAB/+XPlaneConnect/sendDREF.m @@ -35,4 +35,4 @@ end value = single(value); %%Send command -socket.setDREF(dref, value); \ No newline at end of file +socket.sendDREF(dref, value); \ No newline at end of file