compile error - typo in color name
This commit is contained in:
		
							parent
							
								
									2320ce5e99
								
							
						
					
					
						commit
						aad0c5ed98
					
				@ -18,7 +18,7 @@ static void do_draw(void)
 | 
			
		||||
  Fb_filled_rectangle(10, 60, 50, 100, FBPRIMCLR_CYAN, FALSE);
 | 
			
		||||
  Fb_filled_rectangle(60, 60, 100, 100, FBPRIMCLR_MAGENTA, FALSE);
 | 
			
		||||
  Fb_filled_rectangle(110, 60, 150, 100, FBPRIMCLR_YELLOW, FALSE);
 | 
			
		||||
  Fb_rectangle(10, 110, 150, 150, PBPRIMCLR_WHITE, FALSE);
 | 
			
		||||
  Fb_rectangle(10, 110, 150, 150, FBPRIMCLR_WHITE, FALSE);
 | 
			
		||||
  Fb_line(10, 110, 150, 150, FBPRIMCLR_WHITE, FALSE);
 | 
			
		||||
  Fb_line(10, 150, 150, 110, FBPRIMCLR_WHITE, FALSE);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user