From 71ccd7eb14c4cb3cc4362feda7adc19ec2fd0ff8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 27 Nov 2017 10:22:40 +0000 Subject: Renamed thread field "preempt" in "ticks" for clearness. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11079 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chregistry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt/src/chregistry.c') diff --git a/os/rt/src/chregistry.c b/os/rt/src/chregistry.c index 7be0939c8..217e47bfd 100644 --- a/os/rt/src/chregistry.c +++ b/os/rt/src/chregistry.c @@ -108,7 +108,7 @@ ROMCONST chdebug_t ch_debug = { (uint8_t)0, #endif #if CH_CFG_TIME_QUANTUM > 0 - (uint8_t)_offsetof(thread_t, preempt), + (uint8_t)_offsetof(thread_t, ticks), #else (uint8_t)0, #endif -- cgit v1.2.3