remove duplicate definitions of SHARED_MEMORY_MAX_STREAM_CHUNK_SIZE

This commit is contained in:
Erwin Coumans 2016-09-11 08:40:58 +01:00
parent 82661d98cd
commit e921f1b9b7
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
#include <string>
//const char* blaatnaam = "basename";
#define SHARED_MEMORY_MAX_STREAM_CHUNK_SIZE 1024
struct MyMotorInfo
{

View File

@ -3,7 +3,6 @@
#define SHARED_MEMORY_MAGIC_NUMBER 64738
#define SHARED_MEMORY_MAX_COMMANDS 4
#define SHARED_MEMORY_MAX_STREAM_CHUNK_SIZE (256*1024)
#include "SharedMemoryCommands.h"