summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/fill_area_with_pattern.m
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-11-14 10:47:04 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-11-14 10:47:04 +0100
commit45cbd70613fe60c1f28ee8f27fd090ee28a9444b (patch)
tree3a3fa130d4ed940f63d04125c5a4f522f023c3bb /Kod/bilbana/yc4/display/fill_area_with_pattern.m
parent04d31ae3e5ffb507422df78ad312ef70d81432f1 (diff)
parent14b2064d325f8065dad48421c16db9b4ac678cfe (diff)
downloadtfyy51-45cbd70613fe60c1f28ee8f27fd090ee28a9444b.tar.gz
Merge branch 'car-function'
Diffstat (limited to 'Kod/bilbana/yc4/display/fill_area_with_pattern.m')
-rw-r--r--Kod/bilbana/yc4/display/fill_area_with_pattern.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/Kod/bilbana/yc4/display/fill_area_with_pattern.m b/Kod/bilbana/yc4/display/fill_area_with_pattern.m
index 4815f5b..a461444 100644
--- a/Kod/bilbana/yc4/display/fill_area_with_pattern.m
+++ b/Kod/bilbana/yc4/display/fill_area_with_pattern.m
@@ -1,5 +1,4 @@
function pkg = fill_area_with_pattern(x1, y1, x2, y2, n1)
- arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1];
-
- pkg = get_package('RM', arg);
+arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1];
+pkg = get_package('RM', arg);
end