remove-stl : start removing stl completely

This commit is contained in:
Georgi Gerganov
2022-06-07 18:38:45 +03:00
parent 6a3832c614
commit 60c4bb950b
6 changed files with 731 additions and 569 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,12 +12,6 @@
#include <string.h>
#include <assert.h>
#if !defined(ARDUINO) && !defined(PROGMEM)
#define PROGMEM
#else
#include <avr/pgmspace.h>
#endif
namespace RS {
namespace gf {