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
ad58b626
Commit
ad58b626
authored
6 years ago
by
Alexey Shvetsov
Committed by
Scott Lahteine
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix pin mappings for Viki2 on Azteeg X5 GT (#10487)
parent
9e07df5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_AZTEEG_X5_GT.h
+5
-5
5 additions, 5 deletions
Marlin/src/pins/pins_AZTEEG_X5_GT.h
with
5 additions
and
5 deletions
Marlin/src/pins/pins_AZTEEG_X5_GT.h
+
5
−
5
View file @
ad58b626
...
...
@@ -93,7 +93,7 @@
//
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN P1_3
0
#define BEEPER_PIN P1_3
1
#define DOGLCD_A0 P2_06
#define DOGLCD_CS P0_16
...
...
@@ -101,11 +101,11 @@
#define BTN_EN2 P3_26
#define BTN_ENC P2_11
//
#define SD_DETECT_PIN P1_18
//
#define SDSS P1_21
#define SD_DETECT_PIN P1_18
#define SDSS P1_21
#define STAT_LED_RED_PIN P
0_26
#define STAT_LED_BLUE_PIN P1_2
1
#define STAT_LED_RED_PIN P
1_19
#define STAT_LED_BLUE_PIN P1_2
0
#endif
//
...
...
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