diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-05-30 20:49:05 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-05-30 20:49:05 -0400 |
commit | 14eb7970debdafdd7e8486eced64d4b718a821a7 (patch) | |
tree | 26a5faa2d7a6b54a63f0c9a8dab5402b160b776c /source/usbcfg.h | |
parent | 08ac8285128efcaae60cd3f5ed2df0c81cc885f0 (diff) |
added project files; need to organize code
Diffstat (limited to 'source/usbcfg.h')
-rw-r--r-- | source/usbcfg.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source/usbcfg.h b/source/usbcfg.h new file mode 100644 index 0000000..886cd02 --- /dev/null +++ b/source/usbcfg.h @@ -0,0 +1,26 @@ +/*
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+#ifndef USBCFG_H
+#define USBCFG_H
+
+extern const USBConfig usbcfg;
+extern SerialUSBConfig serusbcfg;
+extern SerialUSBDriver SDU1;
+
+#endif /* USBCFG_H */
+
+/** @} */
|