diff --git a/include/zephyr/modem/cmux.h b/include/zephyr/modem/cmux.h index 3d655db04a4188..f1fa0beec32a54 100644 --- a/include/zephyr/modem/cmux.h +++ b/include/zephyr/modem/cmux.h @@ -111,7 +111,7 @@ struct modem_cmux_dlci { }; struct modem_cmux_frame { - uint16_t dlci_address; + uint8_t dlci_address; bool cr; bool pf; uint8_t type;