Remove refs to non-existent CPU_32_BIT

This commit is contained in:
Scott Lahteine
2018-04-26 18:15:53 -05:00
parent 8f5d99a2ab
commit 083bfa3fe9
2 changed files with 13 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ class PrintCounter: public Stopwatch {
private:
typedef Stopwatch super;
#if ENABLED(I2C_EEPROM) || ENABLED(SPI_EEPROM) || defined(CPU_32_BIT)
#if ENABLED(I2C_EEPROM) || ENABLED(SPI_EEPROM)
typedef uint32_t promdress;
#else
typedef uint16_t promdress;