From 7d6ee0f2220194282b910a5572b6ebd55f316330 Mon Sep 17 00:00:00 2001 From: no1wudi <757509347@qq.com> Date: Mon, 20 Mar 2017 09:50:27 +0800 Subject: [PATCH] fix a typo --- arch/arm/src/stm32/stm32_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/stm32/stm32_comp.h b/arch/arm/src/stm32/stm32_comp.h index 99d45bad63..c703689d17 100644 --- a/arch/arm/src/stm32/stm32_comp.h +++ b/arch/arm/src/stm32/stm32_comp.h @@ -150,7 +150,7 @@ enum stm32_comp_hyst_e COMP_HYST_LOW, COMP_HYST_MEDIUM, COMP_HYST_HIGH -}, +}; /* Power/Speed Modes */