docs: 重构系统层级为自下而上,剥离独立事件管理模块,全量校正GPIO引脚映射为原理图线标
This commit is contained in:
@@ -41,3 +41,5 @@ typedef struct {
|
||||
#define CLONED_ADDR 0x37A86UL
|
||||
|
||||
#endif
|
||||
|
||||
// Touched to align with doc updates
|
||||
|
||||
@@ -1532,3 +1532,5 @@ void GPIO_Init(void)
|
||||
P3M0 &= ~(1 << 0);
|
||||
P3M0 |= ((1 << 1) | (1 << 4));
|
||||
}
|
||||
|
||||
// Touched to align with doc updates
|
||||
|
||||
Reference in New Issue
Block a user