diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-05-24 13:51:23 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-05-24 13:51:57 +0100 |
commit | b2695fb608c53715e844c22fdf50f62d6e3aa92d (patch) | |
tree | 660f301e20c70cd1f09f0e7d4bb43d62d093065b | |
parent | 40f8bed253568a2ab609c12f3a4aae5ad322f414 (diff) | |
download | mk20dx256-b2695fb608c53715e844c22fdf50f62d6e3aa92d.tar.gz mk20dx256-b2695fb608c53715e844c22fdf50f62d6e3aa92d.tar.xz mk20dx256-b2695fb608c53715e844c22fdf50f62d6e3aa92d.zip |
reg.h: update
-rw-r--r-- | reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,11 +31,11 @@ //#include <reg/lptmr.h> //#include <reg/cmt.h> //#include <reg/rtc.h> -//#include <reg/usbotg.h> +#include <reg/usbotg.h> //#include <reg/usbdcd.h> //#include <reg/can.h> //#include <reg/spi.h> -//#include <reg/i2c.h> +#include <reg/i2c.h> #include <reg/uart.h> //#include <reg/i2s.h> #include <reg/gpio.h> |