Removed debug infinite loop

This commit is contained in:
Your Name 2021-11-13 21:23:10 +01:00
parent 32746c111f
commit 62cfa66b80

View File

@ -227,10 +227,6 @@ int main(void)
rgbled_set_color(50, 50, 0);
while (1) {
LL_mDelay(1000);
}
LL_mDelay(2000);
scd4x_start_periodic_measurement();