stm32: doc: gpio: move gpio to peripheral_apis

Drops dummy gpio.c files that weren't even being compiled in some cases.
This commit is contained in:
Karl Palsson
2019-05-21 22:32:30 +00:00
parent d77f539013
commit 508f8d9487
13 changed files with 8 additions and 195 deletions

View File

@@ -1,4 +1,5 @@
/** @addtogroup gpio_file
/** @addtogroup gpio_file GPIO peripheral API
* @ingroup peripheral_apis
@author @htmlonly &copy; @endhtmlonly 2009 Uwe Hermann <uwe@hermann-uwe.de>