mirror of https://github.com/noisymime/Arduino.git
parent
3704f30e90
commit
8d995d73f3
|
@ -269,7 +269,7 @@ public class Compiler implements MessageConsumer {
|
|||
}
|
||||
|
||||
if (result != 0) {
|
||||
RunnerException re = new RunnerException(tr("Error compiling."));
|
||||
RunnerException re = new RunnerException(I18n.format(tr("Error compiling for board {0}."), board.getName()));
|
||||
re.hideStackTrace();
|
||||
throw re;
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ ARDUINO 1.6.8
|
|||
* Improved sketch preprocessor when handling C++11 keywords. Thanks @matthijskooijman @igrr
|
||||
* Updates to keyword pigmentation to match Create
|
||||
* Fixed display of LITERAL1 keywords
|
||||
* Added target board information when "Error compiling" message is displayed. Thanks @PaulStoffregen
|
||||
|
||||
[core]
|
||||
* avr: fixed USB_SendControl(...) for buffer with len > 64. Thanks @NicoHood
|
||||
|
|
Loading…
Reference in New Issue