Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
Diff: netif/ppp/lcp.c
- Revision:
- 4:f71f5d9d5846
- Parent:
- 0:51ac1d130fd4
--- a/netif/ppp/lcp.c Fri Jun 22 13:39:39 2012 +0000 +++ b/netif/ppp/lcp.c Fri Jun 22 15:08:59 2012 +0000 @@ -107,7 +107,7 @@ static u32_t lcp_echo_timer_running = 0; /* TRUE if a timer is running */ /* @todo: do we really need such a large buffer? The typical 1500 bytes seem too much. */ -static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ +static u_char nak_buffer[PPP_MRU] __attribute((section("AHBSRAM1"))); /* where we construct a nak packet */ /* * Callbacks for fsm code. (CI = Configuration Information)