[Doxygen] Add complete documentation page to STM32F0

This commit is contained in:
BuFran
2013-07-22 17:55:03 +02:00
committed by Piotr Esden-Tempski
parent 4ff19fa2b4
commit 81982916e2
45 changed files with 813 additions and 11 deletions

View File

@@ -18,8 +18,9 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(STM32F1)
#if defined(STM32F0)
# include <libopencm3/stm32/f0/timer.h>
#elif defined(STM32F1)
# include <libopencm3/stm32/f1/timer.h>
#elif defined(STM32F2)
# include <libopencm3/stm32/f2/timer.h>