aboutsummaryrefslogtreecommitdiff
path: root/src/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/console.c')
-rw-r--r--src/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/console.c b/src/console/console.c
index 6b4173c864..327ad19017 100644
--- a/src/console/console.c
+++ b/src/console/console.c
@@ -76,7 +76,7 @@ int console_tst_byte(void)
/*
* Write POST information
*/
-void post_code(uint8_t value)
+void post_code(u8 value)
{
#if !defined(CONFIG_NO_POST) || CONFIG_NO_POST==0
#if CONFIG_SERIAL_POST==1