001package jmri.jmrix.loconet.usb_dcs52;
002
003import jmri.jmrix.loconet.pr3.PR3SystemConnectionMemo;
004
005/**
006 * Lightweight class to denote that a DCS52 USB interface is active
007 * <p>
008 * This class serves as a placeholder; it is anticipated that the DCS52
009 * implementation will require differentiation from the PR3 implementation.
010 * <p>
011 * Based on PR3SystemConnectionMemo
012 *
013 * @author Bob Jacobsen Copyright (C) 2010
014 * @author B. Milhaupt Copyright (C) 2017, 2019
015 */
016public class UsbDcs52SystemConnectionMemo extends PR3SystemConnectionMemo {
017
018//    private final static Logger log = LoggerFactory.getLogger(UsbDcs52SystemConnectionMemo.class);
019
020}