We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2357e5c commit 5ef46d9Copy full SHA for 5ef46d9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.2
4
+
5
+* Bug fixes
6
+ * Fix incorrect switch in C that caused flow control enum to be incorrect.
7
+ Thanks to Lee Bannard
8
9
## v1.3.1
10
11
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.UART.MixProject do
use Mix.Project
- @version "1.3.1"
+ @version "1.3.2"
def project do
[
0 commit comments