 cf878783ad
			
		
	
	
		cf878783ad
		
			
		
	
	
	
	
		
			
			This makes the build much simpler as the FQBN can now e.g. be given as keyboardio:virtual:model01 and the build process will automatically find the virtual arduino core in virtual/cores/arduino Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
		
			
				
	
	
		
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // The following are dummy implementations that saturate linkage
 | |
| 
 | |
| #include "Stream.h"
 | |
| 
 | |
| long
 | |
| Stream::parseInt(LookaheadMode lookahead, char ignore) {
 | |
|   return 0;
 | |
| }
 |