mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
Removed static from device.
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ static struct semaphore master_sem; /**< Master semaphore. */
|
||||
static unsigned int master_count; /**< Number of masters. */
|
||||
static unsigned int backup_count; /**< Number of backup devices. */
|
||||
|
||||
static dev_t device_number; /**< Device number for cdevs. */
|
||||
dev_t device_number; /**< Device number for master cdevs. */
|
||||
|
||||
static uint8_t macs[MAX_MASTERS][2][ETH_ALEN]; /**< MAC addresses. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user