Fork of SerialInterface by Greg Steiert

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Fri Jan 26 01:18:15 2018 +0000
Parent:
10:94a98d095b2a
Commit message:
More reasonable array sizes

Changed in this revision

SerialInterface.h Show annotated file Show diff for this revision Revisions of this file
diff -r 94a98d095b2a -r bc8d6816839f SerialInterface.h
--- a/SerialInterface.h	Fri Jan 26 00:10:32 2018 +0000
+++ b/SerialInterface.h	Fri Jan 26 01:18:15 2018 +0000
@@ -7,8 +7,8 @@
 #include "mbed.h"
 #include "SerialInterface.h"
 
-#define MAX_NUM_ARGS      0x4000
-#define DBUF_MAX_LENGTH   0x4000
+#define MAX_NUM_ARGS      0x400
+#define DBUF_MAX_LENGTH   0x400
 
 /** Serial Interface Library, Provides utilities for remotely accessing peripherals
  *