Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jonas Leder
marlin-anet-a8
Commits
0b421e97
Commit
0b421e97
authored
8 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Rename some (unused) OMCA pins
parent
c2c9f01c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/pinsDebug_list.h
+4
-4
4 additions, 4 deletions
Marlin/pinsDebug_list.h
Marlin/pins_OMCA.h
+2
-2
2 additions, 2 deletions
Marlin/pins_OMCA.h
with
6 additions
and
6 deletions
Marlin/pinsDebug_list.h
+
4
−
4
View file @
0b421e97
...
@@ -350,11 +350,11 @@
...
@@ -350,11 +350,11 @@
#if PIN_EXISTS(HOME)
#if PIN_EXISTS(HOME)
REPORT_NAME_DIGITAL
(
HOME_PIN
,
__LINE__
)
REPORT_NAME_DIGITAL
(
HOME_PIN
,
__LINE__
)
#endif
#endif
#if
defined(I2C_SCL) &&
I2C_SCL
>= 0
#if
PIN_EXISTS(
I2C_SCL
)
REPORT_NAME_DIGITAL
(
I2C_SCL
,
__LINE__
)
REPORT_NAME_DIGITAL
(
I2C_SCL
_PIN
,
__LINE__
)
#endif
#endif
#if
defined(I2C_SDA) &&
I2C_SDA
>= 0
#if
PIN_EXISTS(
I2C_SDA
)
REPORT_NAME_DIGITAL
(
I2C_SDA
,
__LINE__
)
REPORT_NAME_DIGITAL
(
I2C_SDA
_PIN
,
__LINE__
)
#endif
#endif
#if PIN_EXISTS(KILL)
#if PIN_EXISTS(KILL)
REPORT_NAME_DIGITAL
(
KILL_PIN
,
__LINE__
)
REPORT_NAME_DIGITAL
(
KILL_PIN
,
__LINE__
)
...
...
This diff is collapsed.
Click to expand it.
Marlin/pins_OMCA.h
+
2
−
2
View file @
0b421e97
...
@@ -111,8 +111,8 @@
...
@@ -111,8 +111,8 @@
//
//
#define SDSS 11
#define SDSS 11
#define I2C_SCL
16
#define I2C_SCL
_PIN
16
#define I2C_SDA
17
#define I2C_SDA
_PIN
17
// future proofing
// future proofing
#define __FS 20
#define __FS 20
...
...
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