Changeset 79 for ctrl/firmware/Main/SES/Core/Inc
- Timestamp:
- Feb 4, 2025, 1:58:46 PM (3 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Core/Inc/eth_task.h
r78 r79 1 1 #ifndef __ETH_THREAD_H 2 2 #define __ETH_THREAD_H 3 4 #include "tx_api.h"5 3 6 4 #ifdef __cplusplus … … 9 7 #endif 10 8 11 VOID ethThread(ULONG initial_input);9 void ethTaskStart(void* argument); 12 10 13 11 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.