Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
70129fc2
Commit
70129fc2
authored
May 13, 2016
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Other typos. Hoping they are the last one...
parent
d5c937f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
flowmeter.cpp
MK/module/flowmeter/flowmeter.cpp
+1
-1
flowmeter.h
MK/module/flowmeter/flowmeter.h
+1
-1
No files found.
MK/module/flowmeter/flowmeter.cpp
View file @
70129fc2
...
...
@@ -49,7 +49,7 @@ void flowrate_manage() {
flowmeter_timer
=
now
+
1000UL
;
flowml
=
(
flowrate
/
60
)
*
1000
;
pulseC
ount
=
0
;
flowrate_pulsec
ount
=
0
;
attachInterrupt
(
digitalPinToInterrupt
(
FLOWMETER_PIN
),
flowrate_pulsecounter
,
FALLING
);
}
...
...
MK/module/flowmeter/flowmeter.h
View file @
70129fc2
...
...
@@ -23,7 +23,7 @@
#include "../../base.h"
#define FLOWMETER_CALIBRATION (FLOWMETER_MAXFREQ/FLOWETER_MAXFLOW)
#define FLOWMETER_CALIBRATION (FLOWMETER_MAXFREQ/FLOW
M
ETER_MAXFLOW)
#if ENABLED(FLOWMETER_SENSOR)
...
...
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