Rev 4075 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4075 | Rev 4588 | ||
|---|---|---|---|
| Line 75... | Line 75... | ||
| 75 | * The NET_SELF_TEST has to be activated. |
75 | * The NET_SELF_TEST has to be activated. |
| 76 | * @see crc.h |
76 | * @see crc.h |
| 77 | */ |
77 | */ |
| 78 | #define NET_SELF_TEST_CRC 0 |
78 | #define NET_SELF_TEST_CRC 0 |
| 79 | 79 | ||
| - | 80 | /** Activate the dynamic fifo self test. |
|
| - | 81 | * The NET_SELF_TEST has to be activated. |
|
| - | 82 | * @see dynamic_fifo.h |
|
| - | 83 | */ |
|
| - | 84 | #define NET_SELF_TEST_DYNAMIC_FIFO 0 |
|
| - | 85 | ||
| 80 | #endif |
86 | #endif |
| 81 | 87 | ||
| 82 | /** @} |
88 | /** @} |
| 83 | */ |
89 | */ |