diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-13 15:55:30 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-14 09:50:25 +0100 |
| commit | 50ed829577446a0ae66395a1c20f47e79282d4cd (patch) | |
| tree | cb2ef0aa24763d6e619f901fc14d0625fedd8351 /Kod | |
| parent | 4994443c6292e1edb428c5f0dbd3d2f0b9d0e519 (diff) | |
| download | tfyy51-50ed829577446a0ae66395a1c20f47e79282d4cd.tar.gz | |
dont send request for internal mem
Diffstat (limited to 'Kod')
| -rw-r--r-- | Kod/bilbana/yc4/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kod/bilbana/yc4/main.m b/Kod/bilbana/yc4/main.m index 109d8b4..20bc4ee 100644 --- a/Kod/bilbana/yc4/main.m +++ b/Kod/bilbana/yc4/main.m @@ -139,7 +139,7 @@ while 1 [display.shm_interp.ack, display.shm_interp.start_code, display.shm_interp.data] = get_response(display.shm); % request internal mem - matlabclient(1, hex2dec(['12'; '01'; '53'; '66'])); + % matlabclient(1, hex2dec(['12'; '01'; '53'; '66'])); end % disp(strjoin({'display took additional ', num2str(toc(display.send_delay))})); % ACTUAL END OF LOOP |
