Skip to content
Snippets Groups Projects
Commit d1b05fe8 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix status LED

parent 8d7f2a8a
Branches
Tags
1 merge request!3Develop
Pipeline #73 passed with stage
in 17 seconds
......@@ -126,7 +126,7 @@ int main(void){
while(getchar() != '!');
printf ("C\r\n");
#if BOARD_VER_MAJOR >= 1 && BOARD_VER_MINOR >= 2 && BOARD_VER_MICRO >=3
ioport_set_pin_level(LED1, 1);
ioport_set_pin_level(LED1, 0);
#endif
command_handler(getchar());
goto program_loop;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment