aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-04-08 18:39:20 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-04-08 18:39:20 +0300
commitf22f64fec07df88dc302c7d541197a01bec50879 (patch)
tree6582b163793d13ff57d5497cd6c464b98dfa12f9 /Software/Embedded_SW/Embedded/Common
parent692d71abcd583ade2977d4b6012b9c2a6de7d4d8 (diff)
downloadTango-f22f64fec07df88dc302c7d541197a01bec50879.tar.gz
Tango-f22f64fec07df88dc302c7d541197a01bec50879.zip
Communication Tx, Communication Rx tasks.
UART comunication (no buffers yet!)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
-rw-r--r--Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c2
-rw-r--r--Software/Embedded_SW/Embedded/Common/report/reportInit.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c b/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c
index f2caf3bcb..5f792e73d 100644
--- a/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c
+++ b/Software/Embedded_SW/Embedded/Common/Utilities/idle_task.c
@@ -47,8 +47,6 @@ static void calculate_system_load (int current_load);
static uint32_t idle_counter;
static long next_interval; /*by ticks*/
-static long idle_task_id;
-static long IDLE_statistic_task_id;
static bool first_time_after_init;
static int system_load;
static int load;
diff --git a/Software/Embedded_SW/Embedded/Common/report/reportInit.c b/Software/Embedded_SW/Embedded/Common/report/reportInit.c
index cf0b7536c..575813bc4 100644
--- a/Software/Embedded_SW/Embedded/Common/report/reportInit.c
+++ b/Software/Embedded_SW/Embedded/Common/report/reportInit.c
@@ -34,7 +34,6 @@
#include "PMR/common/MessageContainer.pb-c.h"
#include "PMR/debugging/DebugLogRequest.pb-c.h"
#include "PMR/debugging/DebugLogResponse.pb-c.h"
-#include "drivers/twine_usblib/usb_serial_adapter.h"
//#include "graphics_adapter.h"
#include "Modules/Stubs_Handler/Container.h"
@@ -54,7 +53,7 @@ char protobufToken[36] = {0};
free(responseContainer.data.data);
//USBCDCD_sendData(container_buffer, container_size,10);
SendChars(container_buffer, container_size);
- free(container_buffer);
+ //free(container_buffer);
}*/
@@ -90,7 +89,7 @@ int ReportResponseFunc(char *message, /* The formatted message
free(responseContainer.data.data);
//USBCDCD_sendData(container_buffer, container_size,10);
SendChars(container_buffer, container_size);
- free (container_buffer);
+ //free (container_buffer);
return OK;