We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae825b + cd0c9a9 commit 9951a7eCopy full SHA for 9951a7e
Common/cli/logging.c
@@ -74,7 +74,7 @@ void vDyingGasp( void )
74
}
75
while( xNumBytes != 0 );
76
77
- HAL_GPIO_WritePin( LED_RED_GPIO_Port, LED_GREEN_Pin, GPIO_PIN_SET );
+ HAL_GPIO_WritePin( LED_GREEN_GPIO_Port, LED_GREEN_Pin, GPIO_PIN_SET );
78
HAL_GPIO_WritePin( LED_RED_GPIO_Port, LED_RED_Pin, GPIO_PIN_RESET );
79
80
0 commit comments