Skip to content

Commit 33242e1

Browse files
committed
modem: ubx: Change request buffer to be void
So this API can be used to send frames with a different encoding than UBX. This enables UBX drivers to send RTCM3 correction frames using UBX API, without having to switch over modem pipes. Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent d550b88 commit 33242e1

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/modem

1 file changed

+1
-1
lines changed

include/zephyr/modem/ubx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct modem_ubx_match {
5353

5454
struct modem_ubx_script {
5555
struct {
56-
const struct ubx_frame *buf;
56+
const void *buf;
5757
uint16_t len;
5858
} request;
5959
struct {

0 commit comments

Comments
 (0)