diff options
| author | Yuxin Zhou <[email protected]> | 2022-04-20 05:07:02 +0000 |
|---|---|---|
| committer | Yuxin Zhou <[email protected]> | 2022-04-20 05:07:02 +0000 |
| commit | cef9cb22a5e2b9bca56074c5e627225ec0dd3d73 (patch) | |
| tree | ace896ab3613348e16eef2a543affa2c984ee6ea /ports/linux | |
| parent | f851772ce02633f62d2fb4d043766ea54268684f (diff) | |
Release 6.1.11
Diffstat (limited to 'ports/linux')
| -rw-r--r-- | ports/linux/gnu/inc/tx_port.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ports/linux/gnu/inc/tx_port.h b/ports/linux/gnu/inc/tx_port.h index 2202dbda..024b12bd 100644 --- a/ports/linux/gnu/inc/tx_port.h +++ b/ports/linux/gnu/inc/tx_port.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* tx_port.h Linux/GNU */ -/* 6.1.9 */ +/* 6.1.11 */ /* */ /* AUTHOR */ /* */ @@ -51,6 +51,9 @@ /* 10-15-2021 William E. Lamie Modified comment(s), added */ /* symbol ULONG64_DEFINED, */ /* resulting in version 6.1.9 */ +/* 04-25-2022 William E. Lamie Modified comment(s), removed */ +/* useless definition, */ +/* resulting in version 6.1.11 */ /* */ /**************************************************************************/ @@ -566,8 +569,6 @@ void _tx_linux_thread_init(); #define TX_LINUX_MEMORY_SIZE 64000 #endif -#define TX_TIMER_TICKS_PER_SECOND 100UL - /* Define priorities of pthreads. */ #define TX_LINUX_PRIORITY_SCHEDULE (3) |
