fix C
This commit is contained in:
@@ -133,7 +133,7 @@ int main(void)
|
|||||||
HAL_GPIO_WritePin(Periph_Power_GPIO_Port,Periph_Power_Pin,GPIO_PIN_RESET);
|
HAL_GPIO_WritePin(Periph_Power_GPIO_Port,Periph_Power_Pin,GPIO_PIN_RESET);
|
||||||
HAL_GPIO_WritePin(CLS_POWER_GPIO_Port, CLS_POWER_Pin, GPIO_PIN_SET);
|
HAL_GPIO_WritePin(CLS_POWER_GPIO_Port, CLS_POWER_Pin, GPIO_PIN_SET);
|
||||||
ULOG_DEBUG("Enable Power on CLS and Periph");
|
ULOG_DEBUG("Enable Power on CLS and Periph");
|
||||||
gCLS_DEVICE_ADDRESS = 0b10001;
|
gCLS_DEVICE_ADDRESS = 0x11;
|
||||||
ULOG_DEBUG("Setting Global CLS address to 0b10001");
|
ULOG_DEBUG("Setting Global CLS address to 0b10001");
|
||||||
ULOG_DEBUG("Init Kernel and start schedule");
|
ULOG_DEBUG("Init Kernel and start schedule");
|
||||||
/* USER CODE END 2 */
|
/* USER CODE END 2 */
|
||||||
|
|||||||
Reference in New Issue
Block a user