git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6847 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
aeb912eb7c
commit
880896e783
|
@ -520,7 +520,7 @@ typedef struct {
|
|||
/**
|
||||
* @brief Structure representing a SPI driver.
|
||||
*/
|
||||
struct SPIDriver{
|
||||
struct SPIDriver {
|
||||
/**
|
||||
* @brief Driver state.
|
||||
*/
|
||||
|
|
|
@ -328,7 +328,7 @@ typedef struct {
|
|||
/**
|
||||
* @brief Structure representing a SPI driver.
|
||||
*/
|
||||
struct SPIDriver{
|
||||
struct SPIDriver {
|
||||
/**
|
||||
* @brief Driver state.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue