|
@@ -70,6 +70,7 @@
|
|
|
#error serial.c now support ATmega32U4 only
|
|
|
#endif
|
|
|
|
|
|
+
|
|
|
#ifndef SERIAL_USE_MULTI_TRANSACTION
|
|
|
|
|
|
#if SERIAL_SLAVE_BUFFER_LENGTH > 0
|
|
@@ -111,7 +112,8 @@ int serial_update_buffers()
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
-#endif
|
|
|
+#endif
|
|
|
+
|
|
|
|
|
|
#define ALWAYS_INLINE __attribute__((always_inline))
|
|
|
#define NO_INLINE __attribute__((noinline))
|
|
@@ -575,7 +577,14 @@ int soft_serial_get_and_clean_status(int sstd_index) {
|
|
|
#endif
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|