git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6844 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-04-16 15:14:32 +00:00
parent b25d252f84
commit 610bc93341
2 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
struct SPIDriver{
struct SPIDriver {
/**
* @brief Driver state.
*/

View File

@ -277,7 +277,7 @@ typedef struct {
/**
* @brief Structure representing a SPI driver.
*/
struct SPIDriver{
struct SPIDriver {
/**
* @brief Driver state.
*/