From 1c0dab9c95f315f70eb58749496e24fc80ca4319 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 17 Jun 2020 04:33:48 +0700 Subject: trxcon/scheduler: cosmetic: use enumerated type instead of uint8_t Change-Id: Idde328d176b4cbd89c62712e4a247095dd596105 --- src/host/trxcon/scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/trxcon/scheduler.h b/src/host/trxcon/scheduler.h index 36c64e5b..3a97e9d2 100644 --- a/src/host/trxcon/scheduler.h +++ b/src/host/trxcon/scheduler.h @@ -33,7 +33,7 @@ struct trx_sched; /*! \brief One scheduler instance */ struct trx_sched { /*! \brief Clock state */ - uint8_t state; + enum tdma_sched_clck_state state; /*! \brief Local clock source */ struct timespec clock; /*! \brief Count of processed frames */ -- cgit v1.2.3