aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/various/cpp_wrappers/ch.cpp2
-rw-r--r--readme.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/os/various/cpp_wrappers/ch.cpp b/os/various/cpp_wrappers/ch.cpp
index a71816fa7..e7ffe77e5 100644
--- a/os/various/cpp_wrappers/ch.cpp
+++ b/os/various/cpp_wrappers/ch.cpp
@@ -169,7 +169,7 @@ namespace chibios_rt {
(void)prio;
return *this;
- };
+ }
void _thd_start(void *arg) {
diff --git a/readme.txt b/readme.txt
index 68181af0c..7849e7047 100644
--- a/readme.txt
+++ b/readme.txt
@@ -126,6 +126,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed addition semicolon in cpp wrapper (bug #774)(backported to 3.0.6).
- HAL: Fixed function gpt_lld_polled_delay() is broken on STM32 (bug #775)
(backported to 16.1.6, 3.0.6).
- HAL: Fixed invalid output initialization for STM32 DACx channels 2