Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 10, 2024
1 parent ce623a6 commit 2d91dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ bool ariadne2_init(autoconfig_info*) {

void AVIOutput_Restart(bool) {
TRACE();
//UNIMPLEMENTED();
// UNIMPLEMENTED();
}

void AVIOutput_Toggle(int, bool) {
Expand Down Expand Up @@ -704,7 +704,7 @@ bool draco_mouse(int, int, int, int, int) {

void driveclick_fdrawcmd_detect() {
TRACE();
//UNIMPLEMENTED();
// UNIMPLEMENTED();
}

void driveclick_fdrawcmd_motor(int, int) {
Expand Down Expand Up @@ -1764,7 +1764,7 @@ void draco_ext_interrupt(bool) {

void driveclick_fdrawcmd_close(int) {
TRACE();
//UNIMPLEMENTED();
// UNIMPLEMENTED();
}

void dsp_pause(int) {
Expand Down

0 comments on commit 2d91dbf

Please sign in to comment.