summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/apbuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/apbuart.h')
-rw-r--r--bsps/include/grlib/apbuart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/include/grlib/apbuart.h b/bsps/include/grlib/apbuart.h
index 68bcf1bffa..f54689abc2 100644
--- a/bsps/include/grlib/apbuart.h
+++ b/bsps/include/grlib/apbuart.h
@@ -64,7 +64,7 @@ extern "C" {
void apbuart_outbyte_wait(const struct apbuart_regs *regs);
-void apbuart_outbyte_polled(struct apbuart_regs *regs, unsigned char ch);
+void apbuart_outbyte_polled(struct apbuart_regs *regs, char ch);
int apbuart_inbyte_nonblocking(struct apbuart_regs *regs);