git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6844 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b25d252f84
commit
610bc93341
|
@ -439,7 +439,7 @@ typedef struct {
|
|||
/**
|
||||
* @brief Structure representing a SPI driver.
|
||||
*/
|
||||
struct SPIDriver{
|
||||
struct SPIDriver {
|
||||
/**
|
||||
* @brief Driver state.
|
||||
*/
|
||||
|
|
|
@ -277,7 +277,7 @@ typedef struct {
|
|||
/**
|
||||
* @brief Structure representing a SPI driver.
|
||||
*/
|
||||
struct SPIDriver{
|
||||
struct SPIDriver {
|
||||
/**
|
||||
* @brief Driver state.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue