aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/mac_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-06 09:01:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-06 09:01:34 +0000
commit69d5678c74d005a388a9906a74570937c0d98ac9 (patch)
tree89787fa95500a9b06fe48142b2c4885d12cafde4 /os/hal/platforms/STM32/mac_lld.h
parent31e1c7be6d83211a10ce5ea9629ee466fb9bdd6c (diff)
downloadChibiOS-69d5678c74d005a388a9906a74570937c0d98ac9.tar.gz
ChibiOS-69d5678c74d005a388a9906a74570937c0d98ac9.tar.bz2
ChibiOS-69d5678c74d005a388a9906a74570937c0d98ac9.zip
Increased default buffer size in the STM32 MAC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4160 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/mac_lld.h')
-rw-r--r--os/hal/platforms/STM32/mac_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/mac_lld.h b/os/hal/platforms/STM32/mac_lld.h
index 75675787a..1cb28f79c 100644
--- a/os/hal/platforms/STM32/mac_lld.h
+++ b/os/hal/platforms/STM32/mac_lld.h
@@ -138,7 +138,7 @@
* @brief Maximum supported frame size.
*/
#if !defined(MAC_BUFFERS_SIZE) || defined(__DOXYGEN__)
-#define STM32_MAC_BUFFERS_SIZE 1518
+#define STM32_MAC_BUFFERS_SIZE 1522
#endif
/**