Skip to content

Commit

Permalink
🎨 fix endif comment (MarlinFirmware#27286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Jul 17, 2024
1 parent 74f297c commit 2b8db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/shared/eeprom_if_spi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ void eeprom_write_byte(uint8_t *pos, uint8_t value) {
}

#endif // USE_SHARED_EEPROM
#endif // I2C_EEPROM
#endif // SPI_EEPROM

0 comments on commit 2b8db0c

Please sign in to comment.