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 b9e59df commit bf214a0Copy full SHA for bf214a0
CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
### Fixed
19
- Replaced pipes with `Open3.capture3` to avoid deadlocks when commands have too much output
20
- `ci_config.rb` now returns empty arrays (instead of nil) for undefined config keys
21
+- `pgmspace.h` explictly includes `<string.h>`
22
23
### Security
24
cpp/arduino/avr/pgmspace.h
@@ -16,6 +16,7 @@ out.each { |l| puts d(l) }
16
*/
17
#include <avr/io.h>
+#include <string>
#define PROGMEM
0 commit comments