X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;h=09962bb3480c3e88924c8d0413fb69ceae5c1174;hb=5b389efcfeff17b0f7466597706c898ad65eb6a9;hp=b3d9e1aa4fac0f7a65ed735582a26edb7e88266a;hpb=21829e6708ce1167e2d7d5d370166cafe328f092;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index b3d9e1aa..09962bb3 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -59,7 +59,7 @@ struct dmm_info { void (*dmm_details)(struct sr_datafeed_analog *, void *); }; -SR_PRIV struct dmm_info dmms[DMM_COUNT]; +extern SR_PRIV struct dmm_info dmms[DMM_COUNT]; #define DMM_BUFSIZE 256