mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
增加LCD动态翻转的函数
This commit is contained in:
@@ -75,7 +75,7 @@ int main(void)
|
||||
|
||||
/* USER CODE BEGIN 1 */
|
||||
//this must set same as keil setting
|
||||
SCB->VTOR = 0x00000000U;
|
||||
SCB->VTOR = FLASH_BASE + 0x00000000;
|
||||
/* USER CODE END 1 */
|
||||
|
||||
/* MCU Configuration--------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user