Skip to content

Commit

Permalink
fixed small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashem06 committed Sep 29, 2024
1 parent c6c3487 commit f2a684d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions projects/leds/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ int main(void) {
log_init();

tasks_init_task(leds_task, TASK_PRIORITY(2), NULL);
for (uint8_t i = 0; i < SIZEOF_ARRAY(leds); i++) {
gpio_init_pin(&leds[i], GPIO_OUTPUT_PUSH_PULL, GPIO_STATE_HIGH);
}
tasks_start();
LOG_DEBUG("Blinking LEDs...\n");

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ python-can
cantools
Jinja2
PyYAML
pyserial
PyQt5
pyserial

0 comments on commit f2a684d

Please sign in to comment.