This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.slf4j; | |
public class Logger { | |
public static String test() { | |
System.out.println("inside Logger.test"); | |
return "Logger.test result"; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
compiled it with: | |
dtc -@ -I dts -O dtb -o mmc_spi.dtbo mmc_spi.dts | |
load with: | |
sudo dtoverlay -d . mmc_spi | |
*/ | |
/dts-v1/; | |
/plugin/; | |
/ { |
OlderNewer