mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
More fixes for warning removal typos
This commit is contained in:
parent
35866ede44
commit
0f8a416b20
1 changed files with 1 additions and 6 deletions
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
#include "chip.h"
|
||||
#include "chip/lpc17_ethernet.h"
|
||||
#include "chip/lpc17_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
|
|
@ -137,16 +138,10 @@
|
|||
* 15,756 is not well aligned.).
|
||||
*/
|
||||
|
||||
#define LPC17_TXDESC_SIZE 8
|
||||
#define LPC17_TXSTAT_SIZE 4
|
||||
|
||||
#define LPC17_TXDESCTAB_SIZE (CONFIG_NET_NTXDESC*LPC17_TXDESC_SIZE)
|
||||
#define LPC17_TXSTATTAB_SIZE (CONFIG_NET_NTXDESC*LPC17_TXSTAT_SIZE)
|
||||
#define LPC17_TXTAB_SIZE (LPC17_TXDESCTAB_SIZE+LPC17_TXSTATTAB_SIZE)
|
||||
|
||||
#define LPC17_RXDESC_SIZE 8
|
||||
#defube LPC17_RXSTAT_SIZE 8
|
||||
|
||||
#define LPC17_RXDESCTAB_SIZE (CONFIG_NET_NRXDESC*LPC17_RXDESC_SIZE)
|
||||
#define LPC17_RXSTATTAB_SIZE (CONFIG_NET_NRXDESC*LPC17_RXSTAT_SIZE)
|
||||
#define LPC17_RXTAB_SIZE (LPC17_RXDESCTAB_SIZE+LPC17_RXSTATTAB_SIZE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue