Slight mods to comments in STR75X GCC port and demo files.

This commit is contained in:
Richard Barry 2006-11-19 13:41:31 +00:00
parent 6ac900dc95
commit 09969dc53e
7 changed files with 29 additions and 17 deletions

View file

@ -34,6 +34,15 @@
BASIC INTERRUPT DRIVEN SERIAL PORT DRIVER FOR UART0.
*/
/*-----------------------------------------------------------
* Components that can be compiled to either ARM or THUMB mode are
* contained in this file.c The ISR routines, which can only be compiled
* to ARM mode, are contained in serialISR.c.
*----------------------------------------------------------*/
/* Library includes. */
#include "75x_uart.h"
#include "75x_gpio.h"