aboutsummaryrefslogtreecommitdiff
path: root/src/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.c')
-rw-r--r--src/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c
index 1c75382..9f4166b 100644
--- a/src/error.c
+++ b/src/error.c
@@ -24,7 +24,7 @@ void _error(enum ErrorCodes ec) {
#ifdef CONFIG_EH_LED
// Set led
io_setout(CONFIG_EH_LED_IOPIN);
- io_hight(CONFIG_EH_LED_IOPIN);
+ io_high(CONFIG_EH_LED_IOPIN);
#endif /* CONFIG_EH_LED */
#ifdef CONFIG_EH_HANGS