mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
[sam] moving files from variants/common to cores/sam
This commit is contained in:
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_*/
|
Reference in New Issue
Block a user