Reorganized polyfills

This commit is contained in:
Benoit Blanchon
2018-05-17 13:46:23 +02:00
parent 4592f23260
commit 58cb793c96
62 changed files with 431 additions and 378 deletions

View File

@ -3,7 +3,7 @@
// MIT License
#include <stdint.h>
#include <ArduinoJson/Text/parseInteger.hpp>
#include <ArduinoJson/Numbers/parseInteger.hpp>
#include <catch.hpp>
using namespace ArduinoJson::Internals;