summaryrefslogtreecommitdiff
path: root/robot/sercomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'robot/sercomm.c')
-rw-r--r--robot/sercomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/sercomm.c b/robot/sercomm.c
index e845b1a..9c67aab 100644
--- a/robot/sercomm.c
+++ b/robot/sercomm.c
@@ -22,7 +22,7 @@ void w2_sercomm_main() {
simprint("line 1");
simprintf("bytes: %i\n", data->bytes);
- char* data_cast = malloc(data->bytes);
+ char *data_cast = malloc(data->bytes);
simprint("line 2");
memcpy(data_cast, data->data, data->bytes);
simprint("line 3");