mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Staticise the flash buffer, since it isn't needed anywhere else.
This commit is contained in:
parent
172f13eb36
commit
fe5d4a9fac
1 changed files with 1 additions and 1 deletions
|
|
@ -2760,7 +2760,7 @@ flashpchar(ifp, byte, dwelltime)
|
|||
* the card
|
||||
*/
|
||||
|
||||
char flashbuffer[1024 * 38]; /* RAW Buffer for flash will be
|
||||
static char flashbuffer[1024 * 38]; /* RAW Buffer for flash will be
|
||||
* dynamic next */
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue