Commit f31383ab authored by Lucas Russo's avatar Lucas Russo

src/*/protocols/*/sm_pr_bsmp_defaults: fix duplicate MACROS

These macros were probably copied over without checking,
resulting in this set of duplicate MACROS.
parent f00f97ae
......@@ -5,13 +5,8 @@
* Released according to the GNU LGPL, version 3 or any later version.
*/
#ifndef _SM_PR_I2C_DEFAULTS_H_
#define _SM_PR_I2C_DEFAULTS_H_
#define SM_PR_I2C_DFLT_SYS_FREQ 100000000 /* 100 MHz */
#define SM_PR_I2C_DFLT_I2C_FREQ 100000 /* 100 KHz */
#define SM_PR_I2C_DFLT_I2C_CONFIG 0x0 /* Nothing for now */
#define SM_PR_I2C_DFLT_I2C_SLEEP_USECS 10000 /* 10 ms sleep between read/writes */
#ifndef _SM_PR_BSMP_DEFAULTS_H_
#define _SM_PR_BSMP_DEFAULTS_H_
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment