1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-15 00:23:56 +01:00
Arduino/hardware/arduino/sam/cores
Cristian Maglie c86eed942d Fixed String class regression after f80c6c5f35
This should make explicit String-from-integer constructor working again:

   int a = 10;
   String(a, 4);
2013-09-03 18:40:30 +02:00
..
arduino Fixed String class regression after f80c6c5f35 2013-09-03 18:40:30 +02:00