projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added extra debug info
[hackover2013-badge-firmware.git]
/
project
/
commands
/
drawing
/
cmd_rectangle.c
diff --git
a/project/commands/drawing/cmd_rectangle.c
b/project/commands/drawing/cmd_rectangle.c
index
ff27504
..
05f039d
100644
(file)
--- a/
project/commands/drawing/cmd_rectangle.c
+++ b/
project/commands/drawing/cmd_rectangle.c
@@
-125,7
+125,7
@@
void cmd_rectangleround(uint8_t argc, char **argv)
}
else
{
- drawR
ectangleRound
ed(x1, y1, x2, y2, (uint16_t)c, radius, corners);
+ drawR
oundedRectangleFill
ed(x1, y1, x2, y2, (uint16_t)c, radius, corners);
}
}
This page took
0.022684 seconds
and
4
git commands to generate.