Don't use error() to show shutdown message

It's misleading, RTC data is being saved in the PIC
and there is no error, better use inf() instead.
This commit is contained in:
David Gálvez
2018-11-02 12:49:53 +01:00
committed by Markus
parent 795efccf75
commit 3ae36eb937

View File

@@ -385,7 +385,7 @@ bool pic_interrupt_handler(void *arg1, void *arg2)
volatile uint8_t *rtc_data = (uint8_t *) 0xffff8963; volatile uint8_t *rtc_data = (uint8_t *) 0xffff8963;
int index = 0; int index = 0;
err("PIC interrupt: requesting RTC data\r\n"); inf("PIC interrupt: requesting RTC data\r\n");
write_pic_byte(0x82); // header byte to PIC write_pic_byte(0x82); // header byte to PIC
do do