Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bluebox-avr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
David Griffith
bluebox-avr
Commits
ea9c0ac4
Commit
ea9c0ac4
authored
Jan 24, 2018
by
David Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default setting back to MODE_MF and TONE_LENGTH_FAST.
parent
c60f6fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bluebox.c
bluebox.c
+1
-1
No files found.
bluebox.c
View file @
ea9c0ac4
...
...
@@ -281,7 +281,7 @@ do { \
* zeroth byte. Then came across a warning from Atmel not to do that.
* I can't remember where I found that warning.
*/
uint8_t
ee_data
[]
EEMEM
=
{
0xff
,
MODE_
DTMF
,
TONE_LENGTH_SLOW
};
uint8_t
ee_data
[]
EEMEM
=
{
0xff
,
MODE_
MF
,
TONE_LENGTH_FAST
};
uint8_t
tone_mode
;
uint8_t
tone_length
;
...
...
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