Skip to content

Commit

Permalink
Add some fixes from my PRs and bugs. Revert to the right header file …
Browse files Browse the repository at this point in the history
…name.
  • Loading branch information
mike-matera committed Jan 3, 2022
1 parent d1a045d commit 12742cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=Arduino_AVRSTL
version=1.3.0
version=1.3.1
author=Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino
maintainer=Mike Matera <[email protected]>
sentence=A port of uClibc++ Arduino library.
paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
category=Other
url=https://github.com/mike-matera/ArduinoSTL
architectures=avr,megaavr
includes=Arduino_AVRSTL.h
includes=ArduinoSTL.h
2 changes: 1 addition & 1 deletion src/Arduino_AVRSTL.cpp → src/ArduinoSTL.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "Arduino_AVRSTL.h"
#include "ArduinoSTL.h"
#include <Arduino.h>

//
Expand Down
File renamed without changes.

0 comments on commit 12742cc

Please sign in to comment.