aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F37x')
-rw-r--r--testhal/STM32F37x/I2C/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F37x/I2C/main.c b/testhal/STM32F37x/I2C/main.c
index 194f61f89..113515d39 100644
--- a/testhal/STM32F37x/I2C/main.c
+++ b/testhal/STM32F37x/I2C/main.c
@@ -103,6 +103,7 @@ int main(void) {
chSysHalt();
}
chThdSleepMilliseconds(500);
+ palTogglePad(GPIOC, GPIOC_LED2);
}
return 0;
}