aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-11-08 18:14:13 +0100
committerNicolas Reinecke <nr@das-labor.org>2016-11-08 21:07:11 +0100
commit3407abe5af32fd051795d7e0f58458179d703cee (patch)
tree2b9e71d391630b43f62eca8bdbfe484cbb40e809 /demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h
parenta52e98875024ada52b9f1e912c12f0bbec231bb2 (diff)
downloadChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.tar.gz
ChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.tar.bz2
ChibiOS-Contrib-3407abe5af32fd051795d7e0f58458179d703cee.zip
fix stm32f429-dma2d demo build
Diffstat (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h
index 2ffaa17..d23b83c 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/usbcfg.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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.
@@ -14,12 +14,13 @@
limitations under the License.
*/
-#ifndef _USBCFG_H_
-#define _USBCFG_H_
+#ifndef USBCFG_H
+#define USBCFG_H
extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg;
+extern SerialUSBDriver SDU2;
-#endif /* _USBCFG_H_ */
+#endif /* USBCFG_H */
/** @} */