aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 19:27:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 19:27:05 +0000
commitb86e5efeeb17af6937319d0fd874fc64b0c1ccb4 (patch)
tree5f8b739b7fdce891f0c5294d3d1523aa43e3965c /demos/Win32-MinGW
parentbc571ccd326886a8cbbde85de66b6fab91336193 (diff)
downloadChibiOS-b86e5efeeb17af6937319d0fd874fc64b0c1ccb4.tar.gz
ChibiOS-b86e5efeeb17af6937319d0fd874fc64b0c1ccb4.tar.bz2
ChibiOS-b86e5efeeb17af6937319d0fd874fc64b0c1ccb4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3313 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r--demos/Win32-MinGW/halconf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/Win32-MinGW/halconf.h b/demos/Win32-MinGW/halconf.h
index 9bd348124..aa145ef4d 100644
--- a/demos/Win32-MinGW/halconf.h
+++ b/demos/Win32-MinGW/halconf.h
@@ -251,6 +251,7 @@
/*===========================================================================*/
/* SDC driver related settings. */
/*===========================================================================*/
+
/**
* @brief Number of initialization attempts before rejecting the card.
* @note Attempts are performed at 10mS intevals.
@@ -322,10 +323,6 @@
#define SPI_USE_MUTUAL_EXCLUSION TRUE
#endif
-/*===========================================================================*/
-/* UART driver related settings. */
-/*===========================================================================*/
-
#endif /* _HALCONF_H_ */
/** @} */