Skip to content
Snippets Groups Projects
Commit 6c93fafe authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Comments in english

(see Pulp Fiction)
parent 7fc1691f
Branches
No related tags found
No related merge requests found
...@@ -51,12 +51,12 @@ typedef struct{ ...@@ -51,12 +51,12 @@ typedef struct{
#define EOF -1 #define EOF -1
int proberx(void); // retorna nrx int proberx(void); // returns nrx
int probetx(void); // retorna ntx int probetx(void); // returns ntx
int iostat(void); // retorna inteiro com status no byte menos sign int iostat(void); // returns integer with status at lsb
void ioctl(int); // escreve byte menos sign no reg de controle void ioctl(int); // write lsb in control register
char getc(void); // retorna caractere na fila, decrementa nrx char getc(void); // returns char in queue, decrements nrx
int Putc(char); // insere caractere na fila, decrementa ntx int Putc(char); // inserts char in queue, decrements ntx
extern UARTDriver Ud; extern UARTDriver Ud;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment