aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/simulator/win32
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/simulator/win32')
-rw-r--r--os/hal/ports/simulator/win32/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/simulator/win32/hal_lld.c b/os/hal/ports/simulator/win32/hal_lld.c
index 6a0220b91..5b50ca5c3 100644
--- a/os/hal/ports/simulator/win32/hal_lld.c
+++ b/os/hal/ports/simulator/win32/hal_lld.c
@@ -80,7 +80,7 @@ void _sim_check_for_interrupts(void) {
#if HAL_USE_SERIAL
if (sd_lld_interrupt_pending()) {
- int_occured = true;
+ int_occurred = true;
}
#endif