mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
Merge pull request #1976 from yatch/pr/missing-single-quote
Resolve "unmatched single quote" error in Travis CI failed tests
This commit is contained in:
commit
8fca9ced8e
@ -401,7 +401,7 @@ public class ContikiMoteType implements MoteType {
|
||||
}
|
||||
|
||||
// Allocate core communicator class
|
||||
logger.info("Creating core communicator between Java class " + javaClassName + " and Contiki library '" + getContikiFirmwareFile().getPath() + "");
|
||||
logger.info("Creating core communicator between Java class " + javaClassName + " and Contiki library '" + getContikiFirmwareFile().getPath() + "'");
|
||||
myCoreComm = CoreComm.createCoreComm(this.javaClassName, getContikiFirmwareFile());
|
||||
|
||||
/* Parse addresses using map file
|
||||
|
Loading…
Reference in New Issue
Block a user