Michael Brown 20 роки тому
джерело
коміт
42eb786ced
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      src/drivers/net/pnic.c

+ 1
- 1
src/drivers/net/pnic.c Переглянути файл

26
 static int pnic_api_check ( uint16_t api_version );
26
 static int pnic_api_check ( uint16_t api_version );
27
 
27
 
28
 /* NIC specific static variables go here */
28
 /* NIC specific static variables go here */
29
-static uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
29
+uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
30
 
30
 
31
 /* 
31
 /* 
32
  * Utility functions: issue a PNIC command, retrieve result.  Use
32
  * Utility functions: issue a PNIC command, retrieve result.  Use

Завантаження…
Відмінити
Зберегти