Added globals.h/globals.c and made some minor modifications.

This commit is contained in:
maxxir_w
2019-04-05 11:03:38 +04:00
parent 33aeb28a64
commit a2ef3ea162
5 changed files with 146 additions and 67 deletions

View File

@@ -6,13 +6,15 @@ extern "C" {
#endif
#include <stdint.h>
#include <stdio.h>
#include "../../globals.h"
/* Loopback test debug message printout enable */
#define _LOOPBACK_DEBUG_
/* DATA_BUF_SIZE define for Loopback example */
#ifndef DATA_BUF_SIZE
#define DATA_BUF_SIZE 2048
#ifndef LOOPBACK_DATA_BUF_SIZE
#define LOOPBACK_DATA_BUF_SIZE 512
#endif
/************************/