remove trailing commas
This commit is contained in:
		
							parent
							
								
									499b68c835
								
							
						
					
					
						commit
						9af074d803
					
				|  | @ -13,12 +13,12 @@ enum pic_port_flag { | |||
|   PIC_PORT_IN = 1, | ||||
|   PIC_PORT_OUT = 2, | ||||
|   PIC_PORT_TEXT = 4, | ||||
|   PIC_PORT_BINARY = 8, | ||||
|   PIC_PORT_BINARY = 8 | ||||
| }; | ||||
| 
 | ||||
| enum pic_port_status { | ||||
|   PIC_PORT_OPEN, | ||||
|   PIC_PORT_CLOSE, | ||||
|   PIC_PORT_CLOSE | ||||
| }; | ||||
| 
 | ||||
| struct pic_port { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Yuichi Nishiwaki
						Yuichi Nishiwaki