tnt has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36184?usp=email )
Change subject: icE1usb fw: Remove local usb_cdc_notif_serial_state struct
......................................................................
icE1usb fw: Remove local usb_cdc_notif_serial_state struct
It's included in no2usb cdc proto header now
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: I1788a95eea7db5391f52e36ba4c39c6cddf194ba
---
M firmware/ice40-riscv/icE1usb/usb_gps.c
1 file changed, 12 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/84/36184/1
diff --git a/firmware/ice40-riscv/icE1usb/usb_gps.c
b/firmware/ice40-riscv/icE1usb/usb_gps.c
index e219cf8..db188b1 100644
--- a/firmware/ice40-riscv/icE1usb/usb_gps.c
+++ b/firmware/ice40-riscv/icE1usb/usb_gps.c
@@ -46,12 +46,6 @@
} g_usb_gps;
-struct usb_cdc_notif_serial_state {
- struct usb_ctrl_req hdr;
- uint16_t bits;
-} __attribute__((packed,aligned(4)));
-
-
static void
_usb_gps_set_active(bool active)
{
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36184?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I1788a95eea7db5391f52e36ba4c39c6cddf194ba
Gerrit-Change-Number: 36184
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-MessageType: newchange