Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TY
TianYing_ty100
Commits
777d8d7a
Commit
777d8d7a
authored
Jun 19, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:45365 Macro defined as an octal constant.
parent
5d8157e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
RTE_GPIO_BAT32A239.h
.../Device/Cmsemicon/BAT32A239/RTE/GPIO/RTE_GPIO_BAT32A239.h
+8
-8
No files found.
Firmware/Source/Device/Cmsemicon/BAT32A239/RTE/GPIO/RTE_GPIO_BAT32A239.h
View file @
777d8d7a
...
...
@@ -17,14 +17,14 @@ typedef struct
void
*
pvHandler
;
}
RTE_GPIO_IRQ_Desc_st_t
;
#define RTE_GPIO_PORT_GROUP_00 (0
0
U)
#define RTE_GPIO_PORT_GROUP_01 (
0
1U)
#define RTE_GPIO_PORT_GROUP_02 (
0
2U)
#define RTE_GPIO_PORT_GROUP_03 (
0
3U)
#define RTE_GPIO_PORT_GROUP_04 (
0
4U)
#define RTE_GPIO_PORT_GROUP_05 (
0
5U)
#define RTE_GPIO_PORT_GROUP_06 (
0
6U)
#define RTE_GPIO_PORT_GROUP_07 (
0
7U)
#define RTE_GPIO_PORT_GROUP_00 (0U)
#define RTE_GPIO_PORT_GROUP_01 (1U)
#define RTE_GPIO_PORT_GROUP_02 (2U)
#define RTE_GPIO_PORT_GROUP_03 (3U)
#define RTE_GPIO_PORT_GROUP_04 (4U)
#define RTE_GPIO_PORT_GROUP_05 (5U)
#define RTE_GPIO_PORT_GROUP_06 (6U)
#define RTE_GPIO_PORT_GROUP_07 (7U)
#define RTE_GPIO_PORT_GROUP_12 (12U)
#define RTE_GPIO_PORT_GROUP_13 (13U)
#define RTE_GPIO_PORT_GROUP_14 (14U)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment