Skip to content
Snippets Groups Projects
Commit 3fa42c69 authored by Jakob.Fittler's avatar Jakob.Fittler
Browse files

add code lost at rebase

parent c73813e4
No related branches found
No related tags found
1 merge request!171Mbed
......@@ -4,7 +4,6 @@
#include <mbed.h>
asyncchannel *getNewAsyncchannel(char *outname, char *inname, int isBlocking, int maxNbOfMessages) {
asyncchannel * asyncch = (asyncchannel *)(malloc(sizeof(struct asyncchannel)));
if (asyncch == NULL) {
......
......@@ -6,6 +6,7 @@
#define DEBUG_OFF 2
//Serial pc(USBTX,USBRX);
#include <mbed.h>
#include "debug.h"
int _debug = DEBUG_OFF;
......
......@@ -280,6 +280,7 @@ void traceRequest(char *myname, request *req) {
break;
case RECEIVE_SYNC_REQUEST:
sprintf(s, "block=%s type=receive_synchro channel=%s\n", myname, req->syncChannel->inname);
break;
case SEND_ASYNC_REQUEST:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment