From 1d4c35901150ac7adab003a7fd4f432ec3250c91 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 8 Jun 2012 18:46:25 -0400 Subject: maple: board.cpp: More comments. Signed-off-by: Marti Bolivar --- wirish/boards/maple/board.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wirish') diff --git a/wirish/boards/maple/board.cpp b/wirish/boards/maple/board.cpp index 42c847b..a585ea1 100644 --- a/wirish/boards/maple/board.cpp +++ b/wirish/boards/maple/board.cpp @@ -30,13 +30,13 @@ * @brief Maple board file. */ -#include +#include // For this board's header file -#include -#include -#include +#include // For stm32_pin_info and its contents + // (these go into PIN_MAP). -#include "boards_private.h" // for PMAP_ROW() +#include "boards_private.h" // For PMAP_ROW(), which makes + // PIN_MAP easier to read. // boardInit(): nothing special to do for Maple. // -- cgit v1.2.3