Skip to content

Commit 7a7659d

Browse files
2 parents 42022d4 + 5a7d8da commit 7a7659d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

STM32F1/cores/maple/tone.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define TONE_TIMER 8
3232
#endif
3333
#ifndef TONE_CHANNEL
34-
#define TONE_CHANNEL 8
34+
#define TONE_CHANNEL 4
3535
#endif
3636

3737
HardwareTimer TTimer1(1), TTimer2(2), TTimer3(3), TTimer4(4),TTimer5(5), TTimer6(6), TTimer7(7), TTimer8(8);

tools/linux64/hid-flash

41.7 KB
Binary file not shown.

tools/win/stlink_upload.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rem @echo off
1+
@echo off
22
rem: Note %~dp0 get path of this batch file
33
rem: Need to change drive if My Documents is on a drive other than C:
44
set driverLetter=%~dp0
@@ -14,4 +14,4 @@ rem: ------------- use STLINK CLI
1414
stlink\ST-LINK_CLI.exe -c SWD -P %str% 0x8000000 -Rst -Run -NoPrompt
1515

1616
rem: Using the open source texane-stlink instead of the proprietary STM stlink exe
17-
rem:texane-stlink\st-flash.exe write %str% 0x8000000
17+
rem:texane-stlink\st-flash.exe write %str% 0x8000000

0 commit comments

Comments
 (0)