Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OwnTech
Tutorials
Commits
79aac9e9
Commit
79aac9e9
authored
May 07, 2022
by
Luiz Fernando Lavado Villa
💬
Browse files
Updated the menu_mode to serial_interface_menu_mode
parent
41644982
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
79aac9e9
...
...
@@ -52,7 +52,7 @@ void loop_application_task(); //code to be executed in the fast application ta
void
loop_control_task
();
//code to be executed in real-time at 20kHz
enum
menu_mode
//LIST OF POSSIBLE MODES FOR THE OWNTECH CONVERTER
enum
serial_interface_
menu_mode
//LIST OF POSSIBLE MODES FOR THE OWNTECH CONVERTER
{
IDLEMODE
=
0
,
};
...
...
@@ -119,4 +119,4 @@ void main(void)
{
setup_hardware
();
setup_software
();
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
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