diff options
author | John Klug <john.klug@multitech.com> | 2020-11-05 09:57:48 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-05 09:57:48 -0600 |
commit | c4e18e1f87b38d71308b404fe1f905686b06f217 (patch) | |
tree | 795aaa1eb7b6e3e089a9299aa44d37d0d4096e8f | |
parent | 51f720ec2513cfcc06226c5efb6ad016e56e0357 (diff) | |
download | mtac-c4e18e1f87b38d71308b404fe1f905686b06f217.tar.gz mtac-c4e18e1f87b38d71308b404fe1f905686b06f217.tar.bz2 mtac-c4e18e1f87b38d71308b404fe1f905686b06f217.zip |
Fix bad comment
-rw-r--r-- | machine/ti43x_gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index 487f61b..c1d1f02 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -22,4 +22,4 @@ #define M_AP2_NRESET OMAP_GPIO(5,29) #define M_AP2_NINT1 OMAP_GPIO(3,17) #define M_AP2_NINT2 OMAP_GPIO(3,18) -#endif /* SAM9G25_MFSER_GPIO_H */ +#endif /* TI MTCDT3-BB */ |