summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/l1ctl_link.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/l1ctl_link.h')
-rw-r--r--src/host/trxcon/l1ctl_link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/l1ctl_link.h b/src/host/trxcon/l1ctl_link.h
index da64419a..a333e407 100644
--- a/src/host/trxcon/l1ctl_link.h
+++ b/src/host/trxcon/l1ctl_link.h
@@ -35,7 +35,7 @@ struct l1ctl_link {
/* L1CTL handlers specific */
struct osmo_timer_list fbsb_timer;
- uint8_t fbsb_conf_sent;
+ bool fbsb_conf_sent;
/* Shutdown callback */
void (*shutdown_cb)(struct l1ctl_link *l1l);