You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "transfer.h"
|
|
|
|
int cppHook()
|
|
{
|
|
while (1)
|
|
{
|
|
/* USER CODE END WHILE */
|
|
LL_GPIO_TogglePin(LED_G_GPIO_Port,LED_G_Pin);
|
|
LL_mDelay(500);
|
|
/* USER CODE BEGIN 3 */
|
|
}
|
|
return 1;
|
|
}
|
|
|