Skip to content
Snippets Groups Projects
Commit d8a8ea5c authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

[PATCH] I2C: Add missing default CFG_SPD_BUS_NUM

parent f9fc6a58
Branches
Tags
No related merge requests found
...@@ -63,6 +63,9 @@ ...@@ -63,6 +63,9 @@
#if !defined(CFG_DTT_BUS_NUM) #if !defined(CFG_DTT_BUS_NUM)
#define CFG_DTT_BUS_NUM 0 #define CFG_DTT_BUS_NUM 0
#endif #endif
#if !defined(CFG_SPD_BUS_NUM)
#define CFG_SPD_BUS_NUM 0
#endif
/* /*
* Initialization, must be called once on start up, may be called * Initialization, must be called once on start up, may be called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment