updated comments

This commit is contained in:
Markus Fröschle
2014-09-25 05:54:26 +00:00
parent 8949a8456e
commit 4fc208c67d
2 changed files with 39 additions and 49 deletions

View File

@@ -3,6 +3,7 @@
*
* Handle interrupts, the levels.
*
*
* This file is part of BaS_gcc.
*
* BaS_gcc is free software: you can redistribute it and/or modify
@@ -224,7 +225,7 @@ int pic_interrupt_handler(void *arg1, void *arg2)
uint8_t *rtc_data = (uint8_t *) 0xffff8963;
int index = 0;
xprintf("PIC interrupt requesting RTC data\r\n");
xprintf("PIC interrupt: requesting RTC data\r\n");
MCF_PSC3_PSCTB_8BIT = 0x82; // header byte to PIC
do