[Cryptech-Commits] [sw/stm32] 02/02: Fix a warning.
git at cryptech.is
git at cryptech.is
Thu May 19 12:24:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.
commit d99597dc5822c7e80f35861180076be77167824f
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Thu May 19 14:23:24 2016 +0200
Fix a warning.
---
projects/board-test/uart-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/board-test/uart-test.c b/projects/board-test/uart-test.c
index eb6108a..be06863 100644
--- a/projects/board-test/uart-test.c
+++ b/projects/board-test/uart-test.c
@@ -16,7 +16,7 @@
int
main()
{
- uint8_t crlf[] = "\r\n";
+ char crlf[] = "\r\n";
uint8_t tx = 'A';
uint8_t rx = 0;
uint8_t upper = 0;
More information about the Commits
mailing list