Skip to content

Commit

Permalink
Update include order to resolve i2cv1 build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Dec 14, 2019
1 parent c330d2d commit eb92b53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/arm/i2c_master.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
* STM32_I2C_USE_I2C1 is TRUE in the mcuconf.h file. Pins B6 and B7 are used
* but using any other I2C pins should be trivial.
*/

#include "i2c_master.h"
#include "quantum.h"
#include "i2c_master.h"
#include <string.h>
#include <hal.h>

Expand Down

0 comments on commit eb92b53

Please sign in to comment.