Replace tabs with spaces
This commit is contained in:
parent
fccd19dbf4
commit
28be3c4e8b
5 changed files with 242 additions and 242 deletions
|
|
@ -6,18 +6,18 @@
|
|||
#include <util/delay.h>
|
||||
|
||||
int main(void) {
|
||||
// Init components (UART, EEPROM, ...)
|
||||
uartInit();
|
||||
eepromInit();
|
||||
// Init components (UART, EEPROM, ...)
|
||||
uartInit();
|
||||
eepromInit();
|
||||
|
||||
// Initial pause (EEPROM needs 5ms startup time)
|
||||
_delay_ms(100);
|
||||
// Initial pause (EEPROM needs 5ms startup time)
|
||||
_delay_ms(100);
|
||||
|
||||
// Write initial message via UART
|
||||
uartPutString("INFO -- EEPROM programmer by binaryDiv\r\n");
|
||||
// Write initial message via UART
|
||||
uartPutString("INFO -- EEPROM programmer by binaryDiv\r\n");
|
||||
|
||||
while(1) {
|
||||
// Run main loop endlessly
|
||||
protocolMainLoop();
|
||||
}
|
||||
while(1) {
|
||||
// Run main loop endlessly
|
||||
protocolMainLoop();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue