summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-02 15:26:23 +0700
committerhathach <[email protected]>2018-03-02 15:26:23 +0700
commitb6e337bc12c041969687ee8c13dbe5045c4096f8 (patch)
treeb6cad9540f0df1b48c715cfc052438f7f6ecc3d4 /hw
parent4097d022542708ee2bc441552679834477a58cf6 (diff)
more hal update
Diffstat (limited to 'hw')
-rw-r--r--hw/mcu/nxp/lpc43xx/usb/hal_usb.h (renamed from hw/mcu/nxp/lpc43xx/usb/hal_lpc43xx.h)6
-rw-r--r--hw/readme.md (renamed from hw/mcu/readme.md)0
2 files changed, 3 insertions, 3 deletions
diff --git a/hw/mcu/nxp/lpc43xx/usb/hal_lpc43xx.h b/hw/mcu/nxp/lpc43xx/usb/hal_usb.h
index ecc892d4a..6b0d9488e 100644
--- a/hw/mcu/nxp/lpc43xx/usb/hal_lpc43xx.h
+++ b/hw/mcu/nxp/lpc43xx/usb/hal_usb.h
@@ -36,8 +36,8 @@
*/
/**************************************************************************/
-#ifndef _TUSB_HAL_LPC43XX_H_
-#define _TUSB_HAL_LPC43XX_H_
+#ifndef _TUSB_HAL_USB_H_
+#define _TUSB_HAL_USB_H_
#include "LPC43xx.h"
#include "lpc43xx_cgu.h"
@@ -52,5 +52,5 @@
}
#endif
-#endif /* _TUSB_HAL_LPC43XX_H_ */
+#endif /* _TUSB_HAL_USB_H_ */
diff --git a/hw/mcu/readme.md b/hw/readme.md
index 0f4308065..0f4308065 100644
--- a/hw/mcu/readme.md
+++ b/hw/readme.md