Skip to content

Commit 12742cc

Browse files
committed
Add some fixes from my PRs and bugs. Revert to the right header file name.
1 parent d1a045d commit 12742cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=Arduino_AVRSTL
2-
version=1.3.0
2+
version=1.3.1
33
author=Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino
44
maintainer=Mike Matera <[email protected]>
55
sentence=A port of uClibc++ Arduino library.
66
paragraph=This library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
77
category=Other
88
url=https://github.com/mike-matera/ArduinoSTL
99
architectures=avr,megaavr
10-
includes=Arduino_AVRSTL.h
10+
includes=ArduinoSTL.h

src/Arduino_AVRSTL.cpp renamed to src/ArduinoSTL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Arduino_AVRSTL.h"
1+
#include "ArduinoSTL.h"
22
#include <Arduino.h>
33

44
//
File renamed without changes.

0 commit comments

Comments
 (0)