Initial commit
This commit is contained in:
16
Clean_TMC2209/lib/tmc/hal/USB.h
Normal file
16
Clean_TMC2209/lib/tmc/hal/USB.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*******************************************************************************
|
||||
* Copyright © 2019 TRINAMIC Motion Control GmbH & Co. KG
|
||||
* (now owned by Analog Devices Inc.),
|
||||
*
|
||||
* Copyright © 2023 Analog Devices Inc. All Rights Reserved. This software is
|
||||
* proprietary & confidential to Analog Devices, Inc. and its licensors.
|
||||
*******************************************************************************/
|
||||
|
||||
|
||||
#ifndef __USB_H
|
||||
#define __USB_H
|
||||
|
||||
#include "RXTX.h"
|
||||
extern RXTXTypeDef USB;
|
||||
|
||||
#endif /* __USB_H */
|
||||
Reference in New Issue
Block a user