Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
89144007
Commit
89144007
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
PCF85163: Correct I2C address
parent
294950ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
drivers/timers/pcf85263.c
+1
-1
1 addition, 1 deletion
drivers/timers/pcf85263.c
with
3 additions
and
3 deletions
arch
@
b417eaa9
Subproject commit
676240da1156f13127dea95216f164d6ab4a766
b
Subproject commit
b417eaa97e68b4dfe81bb3515a68d53ffa00233
b
This diff is collapsed.
Click to expand it.
configs
@
680f486f
Subproject commit
2a5172fbb37ada3f8119c99af34a1bbf70120ee3
Subproject commit
680f486f3d31e64277ea651abf4daae13e62f188
This diff is collapsed.
Click to expand it.
drivers/timers/pcf85263.c
+
1
−
1
View file @
89144007
...
...
@@ -79,7 +79,7 @@
# error CONFIG_PCF85263_I2C_FREQUENCY is out of range
#endif
#define PCF85263_I2C_ADDRESS 0x
68
#define PCF85263_I2C_ADDRESS 0x
51
#ifndef CONFIG_DEBUG
# undef CONFIG_DEBUG_RTC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment