Corrected BDK port compile errors due to missing defines.

This commit is contained in:
skarg
2012-04-21 11:47:13 +00:00
parent 95c3ffd20b
commit e65ec668e5
2 changed files with 5 additions and 0 deletions
@@ -65,8 +65,12 @@
#define SEEPROM_WORD_ADDRESS_16BIT 0
#endif
/* Serial EEPROM address */
#define SEEPROM_I2C_ADDRESS 0xA0
/* Serial EEPROM clocking speed - usually 100000 or 400000 */
#define SEEPROM_I2C_CLOCK 400000L
/* Serial EEPROM max write cycle in milliseconds as defined by datasheet */
#define SEEPROM_WRITE_CYCLE 5
#define LED_2 2
#define LED_3 3