Skip to content

Commit 55eeab3

Browse files
committed
llext_exports: remove dropped net_buf_get
Use k_fifo_get instead.
1 parent 887577b commit 55eeab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

loader/llext_exports.c

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ FORCE_EXPORT_SYM(net_mgmt_NET_REQUEST_WIFI_IFACE_STATUS);
9292
FORCE_EXPORT_SYM(bt_enable_raw);
9393
FORCE_EXPORT_SYM(bt_hci_raw_set_mode);
9494
FORCE_EXPORT_SYM(bt_send);
95-
FORCE_EXPORT_SYM(net_buf_get);
9695
FORCE_EXPORT_SYM(bt_buf_get_tx);
9796
FORCE_EXPORT_SYM(net_buf_simple_pull);
9897
FORCE_EXPORT_SYM(net_buf_simple_add_mem);

0 commit comments

Comments
 (0)