mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
[sam] moving files from variants/common to cores/sam
This commit is contained in:
parent
04432caacd
commit
8716884ada
4
hardware/sam/cores/sam/USB_driver.cpp
Normal file
4
hardware/sam/cores/sam/USB_driver.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "USB_driver.h"
|
||||
|
4
hardware/sam/cores/sam/USB_driver.h
Normal file
4
hardware/sam/cores/sam/USB_driver.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _USB_DRIVER_
|
||||
#define _USB_DRIVER_
|
||||
|
||||
#endif /* _USB_DRIVER_*/
|
Loading…
x
Reference in New Issue
Block a user